added label to option (#30649)

fixes: #30552

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
Erik Jan de Wit 2024-06-25 12:54:22 +02:00 committed by GitHub
parent 1983bfc9b1
commit b07ba763bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -126,7 +126,9 @@ export const RealmSettingsTokensTab = ({
selected={p === field.value} selected={p === field.value}
key={`default-sig-alg-${idx}`} key={`default-sig-alg-${idx}`}
value={p} value={p}
></SelectOption> >
{p}
</SelectOption>
))} ))}
</KeycloakSelect> </KeycloakSelect>
)} )}