1
0
Fork 0
mirror of synced 2024-10-01 17:47:46 +13:00

fix json parsing of test data

This commit is contained in:
Peter Clement 2021-09-16 14:52:23 +01:00
parent ab2fd51dc2
commit 0d2854b464

View file

@ -18,7 +18,7 @@
// get the outputs so we can define the fields // get the outputs so we can define the fields
// check to see if there is existing test data in the store // check to see if there is existing test data in the store
let testData = $automationStore.selectedAutomation.automation.testData $: testData = $automationStore.selectedAutomation.automation.testData
// Check the schema to see if required fields have been entered // Check the schema to see if required fields have been entered
$: isError = !trigger.schema.outputs.required.every( $: isError = !trigger.schema.outputs.required.every(
required => testData[required] required => testData[required]