Discover: sidebarFilter Funnel button ApplyAll done.
This commit is contained in:
@@ -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'});
|
||||
})
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user