pr feedback
This commit is contained in:
parent
a75ec0d7ae
commit
12fdbfafb6
|
@ -59,7 +59,7 @@
|
||||||
|
|
||||||
$: initialValues = getInitialValues(actionType, dataSource, $context)
|
$: initialValues = getInitialValues(actionType, dataSource, $context)
|
||||||
$: resetKey = Helpers.hashString(
|
$: resetKey = Helpers.hashString(
|
||||||
JSON.stringify(schema) +
|
!!schema +
|
||||||
JSON.stringify(initialValues) +
|
JSON.stringify(initialValues) +
|
||||||
JSON.stringify(dataSource) +
|
JSON.stringify(dataSource) +
|
||||||
disabled
|
disabled
|
||||||
|
|
Loading…
Reference in New Issue