fix: Use correct property for sub-flow name (#30948)
Signed-off-by: Michal Růžička <michal.ruza@gmail.com>
This commit is contained in:
parent
4924847676
commit
53fa901a11
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ export const EditFlow = ({ execution, onRowChange }: EditFlowProps) => {
|
|||
>
|
||||
<FormProvider {...form}>
|
||||
<TextControl
|
||||
name="name"
|
||||
name="displayName"
|
||||
label={t("name")}
|
||||
labelIcon={t("flowNameHelp")}
|
||||
rules={{ required: { value: true, message: t("required") } }}
|
||||
|
|
Loading…
Reference in a new issue