mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
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:
@@ -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") } }}
|
||||
|
||||
Reference in New Issue
Block a user