Merge branch 'dev' into 6321_negative_tickets
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2024-01-22 10:41:04 +00:00
commit d78c20d14b
1 changed files with 1 additions and 1 deletions

View File

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