fix: delete button is submitting
All checks were successful
Build and Deploy Svelte App / build-and-deploy (push) Successful in 2m18s
All checks were successful
Build and Deploy Svelte App / build-and-deploy (push) Successful in 2m18s
This commit is contained in:
parent
209f9e09af
commit
aebe137662
@ -97,8 +97,10 @@
|
|||||||
<td>{wk.workout_type}</td>
|
<td>{wk.workout_type}</td>
|
||||||
<td>{wk.duration_minutes}</td>
|
<td>{wk.duration_minutes}</td>
|
||||||
<td>
|
<td>
|
||||||
<button onclick={() => deleteRow(i)}
|
<button
|
||||||
><Trash2 color="red" /></button
|
type="button"
|
||||||
|
ontouchstart={() => deleteRow(i)}
|
||||||
|
onclick={() => deleteRow(i)}><Trash2 color="red" /></button
|
||||||
>
|
>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user