feat: introduce asterisk for all the required fields

This commit is contained in:
Kasia
2024-03-07 10:15:53 +01:00
parent 3d6847a3a2
commit 8f8ec496f8
5 changed files with 8 additions and 5 deletions
@@ -128,6 +128,7 @@ function ChooseAppAndEventSubstep(props) {
<TextField
{...params}
label={formatMessage('flowEditor.chooseApp')}
required
/>
)}
value={getOption(appOptions, step.appKey) || null}
@@ -154,6 +155,7 @@ function ChooseAppAndEventSubstep(props) {
<TextField
{...params}
label={formatMessage('flowEditor.chooseEvent')}
required
InputProps={{
...params.InputProps,
endAdornment: (