Skip to content

Commit f461577

Browse files
committed
Remove data-confirm from creating threads
1 parent b5ac8b0 commit f461577

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

  • lib/invisible_threads_web/live/email_thread_live

lib/invisible_threads_web/live/email_thread_live/form.ex

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,7 @@ defmodule InvisibleThreadsWeb.EmailThreadLive.Form do
9393
>
9494
<.icon name="hero-user-plus" /> Add Participant
9595
</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-
>
96+
<.button phx-disable-with="Saving..." variant="primary">
10197
Create Thread
10298
</.button>
10399
</footer>

0 commit comments

Comments
 (0)