6321_negative_tickets #1371

Merged
jsegarra merged 222 commits from 6321_negative_tickets into dev 2025-02-11 09:04:31 +00:00
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,
};
}