#6321 - Negative ticket #158

Open
jsegarra wants to merge 156 commits from 6321_negative_tickets into dev
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1c51faaff4 - Show all commits

View File

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