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