Merge branch '6321_negative_tickets' of https://gitea.verdnatura.es/verdnatura/salix-front into 6321_negative_tickets
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Javier Segarra 2024-01-23 11:14:50 +01:00
commit 1c51faaff4
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ export const useArrayDataStore = defineStore('arrayDataStore', () => {
order: '',
data: ref(),
isLoading: false,
userParamsChanged: true,
userParamsChanged: false,
exprBuilder: null,
};
}