added label to option (#30649)
fixes: #30552 Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
parent
1983bfc9b1
commit
b07ba763bd
1 changed files with 3 additions and 1 deletions
|
@ -126,7 +126,9 @@ export const RealmSettingsTokensTab = ({
|
|||
selected={p === field.value}
|
||||
key={`default-sig-alg-${idx}`}
|
||||
value={p}
|
||||
></SelectOption>
|
||||
>
|
||||
{p}
|
||||
</SelectOption>
|
||||
))}
|
||||
</KeycloakSelect>
|
||||
)}
|
||||
|
|
Loading…
Reference in a new issue