mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Show required fields when configuring protocol mappers
Closes #40619 Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
committed by
GitHub
parent
c1afa376b2
commit
7629b7dc53
@@ -17,6 +17,12 @@ export const StringComponent = ({
|
||||
label={t(label!)}
|
||||
labelIcon={t(helpText!)}
|
||||
data-testid={name}
|
||||
rules={{
|
||||
required: {
|
||||
value: !!props.required,
|
||||
message: t("required"),
|
||||
},
|
||||
}}
|
||||
{...props}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user