Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const EditFlow = ({ execution, onRowChange }: EditFlowProps) => {
<FormProvider {...form}>
<TextControl
name="name"
label={t("name")}
label={t("displayName")}
Copy link
Contributor

@mruzicka mruzicka Jul 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@agagancarczyk, I'm not quite sure this fixes the issue, I had to change the value of the name attribute to fix it, while you are changing the value of the label attribute here.

Cf. with https://github.com/keycloak/keycloak/pull/30948/files

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@agagancarczyk, @edewit it is still broken in 25.0.2

labelIcon={t("flowNameHelp")}
rules={{ required: { value: true, message: t("required") } }}
/>
Expand Down