We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
data-confirm
1 parent b5ac8b0 commit f461577Copy full SHA for f461577
1 file changed
lib/invisible_threads_web/live/email_thread_live/form.ex
@@ -93,11 +93,7 @@ defmodule InvisibleThreadsWeb.EmailThreadLive.Form do
93
>
94
<.icon name="hero-user-plus" /> Add Participant
95
</button>
96
- <.button
97
- phx-disable-with="Saving..."
98
- variant="primary"
99
- data-confirm={"Are you sure you want to create a thread with #{@num_participants} participants?"}
100
- >
+ <.button phx-disable-with="Saving..." variant="primary">
101
Create Thread
102
</.button>
103
</footer>
0 commit comments