Fix dispatch parameter in AdventureCard.svelte and add Save as File button in +page.svelte
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
export let id:Number;
|
||||
|
||||
function remove() {
|
||||
dispatch('remove', name);
|
||||
dispatch('remove', id);
|
||||
}
|
||||
function edit() {
|
||||
dispatch('edit', id)
|
||||
|
||||
Reference in New Issue
Block a user