Skip to content

Commit

Permalink
bugfix: default name for button (#206)
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Morrison <shbgm@littletop.local>
  • Loading branch information
shabegom and Sam Morrison authored Feb 10, 2024
1 parent 6f3f73a commit a2d519f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class ButtonModal extends Modal {
}

private outputObject = {
name: "",
name: "My Awesome Button",
type: "",
action: "",
swap: "",
Expand Down

0 comments on commit a2d519f

Please sign in to comment.