Null safety
This commit is contained in:
parent
2165d3c46a
commit
b06fdb066f
|
@ -79,7 +79,7 @@
|
||||||
automationStore.actions.addTestDataToAutomation({
|
automationStore.actions.addTestDataToAutomation({
|
||||||
body: {
|
body: {
|
||||||
[key]: e.detail,
|
[key]: e.detail,
|
||||||
...$automationStore.selectedAutomation.automation.testData.body,
|
...$automationStore.selectedAutomation.automation.testData?.body,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue