Skip to content

Commit 2444d07

Browse files
committed
Remove confirm prompt as it doesn't work
1 parent 0455b4a commit 2444d07

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

src/routes/dashboard/admin/print/[id]/+page.svelte

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,6 @@
171171
printFormPending = false;
172172
};
173173
}}
174-
onsubmit={() => {
175-
return confirm('really submit?');
176-
}}
177174
>
178175
<label class="flex flex-col gap-1">
179176
<span class="font-medium">Filament used <span class="opacity-50">(grams)</span></span>
@@ -223,9 +220,6 @@
223220
actionsFormPending = false;
224221
};
225222
}}
226-
onsubmit={() => {
227-
return confirm('really submit?');
228-
}}
229223
>
230224
<label class="flex flex-col gap-1">
231225
<span class="font-medium">Action</span>

src/routes/dashboard/admin/review/[id]/+page.svelte

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,6 @@
119119
formPending = false;
120120
};
121121
}}
122-
onsubmit={() => {
123-
return confirm('really submit?');
124-
}}
125122
>
126123
<label class="flex flex-col gap-1">
127124
<span class="font-medium">Action</span>

src/routes/dashboard/admin/ysws-review/[id]/+page.svelte

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,6 @@
136136
formPending = false;
137137
};
138138
}}
139-
onsubmit={() => {
140-
return confirm('really submit to airtable?');
141-
}}
142139
>
143140
<label class="flex flex-col gap-1">
144141
<span class="font-medium"

0 commit comments

Comments
 (0)