fix: empty order
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2025-02-05 12:00:19 +01:00
parent 93ece4bf07
commit 82cc153c98
1 changed files with 0 additions and 2 deletions

View File

@ -94,8 +94,6 @@ export function useArrayData(key, userOptions) {
if (params.filter.where || exprFilter)
params.filter.where = { ...params.filter.where, ...exprFilter };
if (!params?.filter?.order?.length) delete params.filter.order;
params.filter = JSON.stringify(params.filter);
store.isLoading = true;