remove redundant cloneDeep
This commit is contained in:
parent
5f084699d2
commit
c372bb9a18
|
@ -109,9 +109,6 @@
|
|||
|
||||
const getInputData = (testData, blockInputs) => {
|
||||
let newInputData = cloneDeep(testData || blockInputs)
|
||||
if (block.event === "app:trigger" && !newInputData?.fields) {
|
||||
newInputData = cloneDeep(blockInputs)
|
||||
}
|
||||
|
||||
/**
|
||||
* TODO - Remove after November 2023
|
||||
|
|
Loading…
Reference in New Issue