fix: clear parameters on event change in ChooseAppAndEventSubstep

This commit is contained in:
kasia.oczkowska
2025-02-21 14:18:29 +00:00
parent d8404301c3
commit caba387950

View File

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