From f3808ca23769dc12d9939684e47b74d15c86dc6f Mon Sep 17 00:00:00 2001 From: Bernd Storath <999999bst@gmail.com> Date: Fri, 17 Oct 2025 15:58:05 +0200 Subject: [PATCH] fix typo --- src/app/stores/clients.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/stores/clients.ts b/src/app/stores/clients.ts index 23f0ea32..e9c58fa5 100644 --- a/src/app/stores/clients.ts +++ b/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,