fix: do not use cached value for list or object (#930)
This commit is contained in:
parent
dcf2fc90d1
commit
732a9a03d6
@ -220,7 +220,10 @@ const EditorControl = ({
|
||||
path,
|
||||
query,
|
||||
t,
|
||||
value: internalValue,
|
||||
value:
|
||||
field.widget === 'list' || field.widget === 'object'
|
||||
? finalStorageValue
|
||||
: internalValue,
|
||||
forList,
|
||||
listItemPath,
|
||||
forSingleList,
|
||||
|
Loading…
x
Reference in New Issue
Block a user