Skip to content

Commit e4eeade

Browse files
committed
Fix campaign editor LV tests
1 parent 761917f commit e4eeade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/keila_web/templates/campaign/_send_dialogs.html.heex

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
class="flex items-end justify-center min-h-screen pt-4 px-4 pb-20 text-center sm:block sm:p-0"
206206
@keydown.esc.prevent="$dispatch('x-cancel')"
207207
@click.away="$dispatch('x-cancel')"
208-
data-dialog-for="schedule"
208+
data-dialog-for="preview"
209209
>
210210
<form
211211
id="preview-form"

0 commit comments

Comments
 (0)