Skip to content

Commit 36429a1

Browse files
committed
fix remove row
1 parent c868cc8 commit 36429a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/keyed/svelte/src/Main.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
><td class="col-md-1">{row.id}</td><td class="col-md-4"
184184
><a on:click={() => (selected = row.id)}>{row.label}</a></td
185185
><td class="col-md-1"
186-
><a on:click={() => remove(row.id)}
186+
><a on:click={() => remove(row)}
187187
><span class="glyphicon glyphicon-remove" aria-hidden="true" /></a
188188
></td
189189
><td class="col-md-6" /></tr

0 commit comments

Comments
 (0)