Discover: sidebarFilter Funnel button ApplyAll done.

This commit is contained in:
chiayin
2023-04-19 16:18:20 +08:00
parent 8f68e47c25
commit 3d5dba4c42
6 changed files with 119 additions and 81 deletions

View File

@@ -84,7 +84,7 @@ export default defineStore('filesStore', {
loading.isLoading = false;
return delay(500);
}).then(() => {
$toast.default('Failed to load the logs.');
$toast.default('Failed to load the logs.',{position: 'bottom'});
})
};
},
@@ -114,7 +114,7 @@ export default defineStore('filesStore', {
loading.isLoading = false;
return delay(500);
}).then(() => {
$toast.default('Failed to load the filters.');
$toast.default('Failed to load the filters.',{position: 'bottom'});
})
};
},