Not-working link during adding a SAML Identity provider (#23093)
This commit is contained in:
parent
c18be7c7d9
commit
bc551f335a
1 changed files with 18 additions and 16 deletions
|
@ -68,6 +68,7 @@ export const SamlGeneralSettings = ({
|
|||
data-testid="displayName"
|
||||
/>
|
||||
<DisplayOrder />
|
||||
{isAliasReadonly ? (
|
||||
<FormGroup
|
||||
label={t("endpoints")}
|
||||
fieldId="endpoints"
|
||||
|
@ -85,6 +86,7 @@ export const SamlGeneralSettings = ({
|
|||
isInline
|
||||
/>
|
||||
</FormGroup>
|
||||
) : null}
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue