[alphabetical-sort] Added one todo
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Stefan Genov 2021-12-09 09:01:06 +02:00
parent 95424e4c23
commit 6b5d72da72
2 changed files with 1 additions and 3 deletions

View File

@ -497,6 +497,7 @@ export default {
}
this.change()
},
// @TODO - Improve logic to work for all sorts ideally.
setSortAlphabetically() {
if ( ! this.sortAlphabetically) {
this.params.sort_by = getDefaultParams().sort_by

View File

@ -125,9 +125,6 @@ export default defineConfig({
extensions: ['.mjs', '.js', '.ts', '.jsx', '.tsx', '.json', '.vue'],
},
server: {
watch: {
usePolling: true,
},
port: 5000,
strictPort: true,
},