All Files string sort done

This commit is contained in:
chiayin
2023-02-17 10:48:03 +08:00
parent a20c22dcae
commit bf3086a456
8 changed files with 252 additions and 210 deletions

View File

@@ -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.');
})
};
},