File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed
src/routes/dashboard/admin Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments