Fix dispatch parameter in AdventureCard.svelte and add Save as File button in +page.svelte
This commit is contained in:
@@ -89,7 +89,9 @@
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
{#if adventures.length != 0}
|
||||
<button on:click={async () => { window.location.href = exportData(); }}>Save as File</button>
|
||||
{/if}
|
||||
|
||||
<style>
|
||||
.addsomething {
|
||||
|
||||
Reference in New Issue
Block a user