mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: wizard
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
import { app } from '$lib/stores/app';
|
||||
import { onMount } from 'svelte';
|
||||
import { wizard } from '$lib/stores/wizard';
|
||||
import { beforeNavigate } from '$app/navigation';
|
||||
|
||||
let search = '';
|
||||
let offset = 0;
|
||||
@@ -29,6 +30,10 @@
|
||||
wizard.start(Create);
|
||||
}
|
||||
|
||||
beforeNavigate(() => {
|
||||
wizard.hide();
|
||||
});
|
||||
|
||||
$: functionList.load(search, limit, offset ?? 0);
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user