Browse Source

fix typo

pull/2170/head
Bernd Storath 9 months ago
parent
commit
f3808ca237
  1. 2
      src/app/stores/clients.ts

2
src/app/stores/clients.ts

@ -125,7 +125,7 @@ export const useClientsStore = defineStore('Clients', () => {
};
});
// TODO: move search to backend
// TODO: move sort to backend
if (transformedClients !== undefined) {
transformedClients = sortByProperty(
transformedClients,

Loading…
Cancel
Save