1
0
Fork 0
mirror of synced 2024-06-26 10:00:41 +12:00

Null safety

This commit is contained in:
Mel O'Hagan 2022-08-10 17:09:51 +01:00
parent 2165d3c46a
commit b06fdb066f

View file

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