fix objects not loading/saved/verified

This commit is contained in:
Henry Jameson 2026-04-10 01:08:24 +03:00
commit 14e2e57c55
3 changed files with 41 additions and 12 deletions

View file

@ -201,6 +201,7 @@ export const useInstanceStore = defineStore('instance', {
definition,
throwError: true,
defaultState: DEFAULT_STATE,
validateObjects: false,
})
set(this, path, finalValue)