fixed removed save buttons (#1047)

fixes: #1043
This commit is contained in:
Erik Jan de Wit 2021-08-25 18:06:24 +02:00 committed by GitHub
parent d71b3a10bf
commit cce21c43a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -197,6 +197,7 @@ export const DetailSettings = () => {
</> </>
)} )}
{isSAML && <DescriptorSettings readOnly={false} />} {isSAML && <DescriptorSettings readOnly={false} />}
{isSAML && (
<FormAccess <FormAccess
role="manage-identity-providers" role="manage-identity-providers"
isHorizontal isHorizontal
@ -204,6 +205,7 @@ export const DetailSettings = () => {
> >
<ReqAuthnConstraints /> <ReqAuthnConstraints />
</FormAccess> </FormAccess>
)}
<FormAccess <FormAccess
role="manage-identity-providers" role="manage-identity-providers"
isHorizontal isHorizontal