Skip to content

Commit

Permalink
fix edit message button
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinfuchs committed May 11, 2023
1 parent a6819c0 commit 1a88f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedg-app/src/components/SendMenuWebhook.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default function SendMenuWebhook() {
: "bg-blurple hover:bg-blurple-dark cursor-pointer"
}`}
role="button"
onClick={() => send(false)}
onClick={() => send(true)}
>
Edit Message
</div>
Expand Down

0 comments on commit 1a88f1f

Please sign in to comment.