mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Fix export box reactivity
This commit is contained in:
@@ -167,6 +167,7 @@
|
||||
bucketName: bucketName ?? undefined,
|
||||
fileName
|
||||
});
|
||||
exportItems = new Map(exportItems);
|
||||
|
||||
if (status === 'completed' || status === 'failed') {
|
||||
await showCompletionNotification(
|
||||
@@ -214,6 +215,10 @@
|
||||
|
||||
onMount(() => {
|
||||
// Fetch initial data
|
||||
if (!page.params.region || !page.params.project) {
|
||||
return;
|
||||
}
|
||||
|
||||
sdk.forProject(page.params.region, page.params.project)
|
||||
.migrations.list({
|
||||
queries: [
|
||||
|
||||
Reference in New Issue
Block a user