Merge pull request #7215 from Budibase/bug/webhook-automation-error-saving

Webhook Automation - Finish and test, error saving automation
This commit is contained in:
melohagan 2022-08-11 09:42:23 +01:00 committed by GitHub
commit ded9ba0edd
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
automationStore.actions.addTestDataToAutomation({
body: {
[key]: e.detail,
...$automationStore.selectedAutomation.automation.testData.body,
...$automationStore.selectedAutomation.automation.testData?.body,
},
})
}