pr feedback

This commit is contained in:
Gerard Burns 2022-12-05 14:38:43 +00:00
parent a75ec0d7ae
commit 12fdbfafb6
1 changed files with 1 additions and 1 deletions

View File

@ -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