Merge pull request #1460 from automatisch/AUT-493

feat: introduce asterisk for all the required fields
This commit is contained in:
Ali BARIN
2024-03-12 14:23:53 +01:00
committed by GitHub
5 changed files with 8 additions and 5 deletions

View File

@@ -159,6 +159,7 @@ function ChooseAppAndEventSubstep(props) {
<TextField
{...params}
label={formatMessage('flowEditor.chooseApp')}
required
/>
)}
value={getOption(appOptions, step.appKey) || null}
@@ -185,6 +186,7 @@ function ChooseAppAndEventSubstep(props) {
<TextField
{...params}
label={formatMessage('flowEditor.chooseEvent')}
required
InputProps={{
...params.InputProps,
endAdornment: (