mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-28 09:19:37 +02:00
Fix dispatch parameter in AdventureCard.svelte and add Save as File button in +page.svelte
This commit is contained in:
parent
bd5e1a813b
commit
2f180a204b
2 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
export let id:Number;
|
||||
|
||||
function remove() {
|
||||
dispatch('remove', name);
|
||||
dispatch('remove', id);
|
||||
}
|
||||
function edit() {
|
||||
dispatch('edit', id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue