Merge pull request #2366 from automatisch/AUT-1479

fix: clear parameters on event change in ChooseAppAndEventSubstep
This commit is contained in:
Ali BARIN
2025-02-26 11:10:48 +01:00
committed by GitHub

View File

@@ -102,6 +102,7 @@ function ChooseAppAndEventSubstep(props) {
...step,
key: eventKey,
keyLabel: eventLabel,
parameters: {},
},
});
}