All Files string sort done
This commit is contained in:
@@ -80,7 +80,7 @@ export default defineStore('filesStore', {
|
||||
loading.isLoading = false;
|
||||
return delay(500);
|
||||
}).then(() => {
|
||||
$toast.default('Import Filter files error.');
|
||||
$toast.default('Failed to load the logs.');
|
||||
})
|
||||
};
|
||||
},
|
||||
@@ -109,7 +109,7 @@ export default defineStore('filesStore', {
|
||||
loading.isLoading = false;
|
||||
return delay(500);
|
||||
}).then(() => {
|
||||
$toast.default('Import Filter files error.');
|
||||
$toast.default('Failed to load the filters.');
|
||||
})
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user