1
0
Fork 0
mirror of synced 2024-09-28 15:21:28 +12:00

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 68b3a073cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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