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,
|
path,
|
||||||
query,
|
query,
|
||||||
t,
|
t,
|
||||||
value: internalValue,
|
value:
|
||||||
|
field.widget === 'list' || field.widget === 'object'
|
||||||
|
? finalStorageValue
|
||||||
|
: internalValue,
|
||||||
forList,
|
forList,
|
||||||
listItemPath,
|
listItemPath,
|
||||||
forSingleList,
|
forSingleList,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user