0
0
Fork 0

refs #6718 fix: useArrayDataStore

This commit is contained in:
Alex Moreno 2024-01-18 15:45:44 +01:00
parent cf6a26b742
commit b3fc865c18
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,
}; };
} }