Skip to content

Commit

Permalink
web/admin: fix ldap form when editing scim provider from view page (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Apr 4, 2023
1 parent 9a38091 commit 7c7bb9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/src/admin/providers/scim/SCIMProviderViewPage.ts
Expand Up @@ -154,9 +154,9 @@ export class SCIMProviderViewPage extends AKElement {
<div class="pf-c-card__footer">
<ak-forms-modal>
<span slot="submit"> ${t`Update`} </span>
<span slot="header"> ${t`Update LDAP Provider`} </span>
<ak-provider-ldap-form slot="form" .instancePk=${this.provider.pk}>
</ak-provider-ldap-form>
<span slot="header"> ${t`Update SCIM Provider`} </span>
<ak-provider-scim-form slot="form" .instancePk=${this.provider.pk}>
</ak-provider-scim-form>
<button slot="trigger" class="pf-c-button pf-m-primary">
${t`Edit`}
</button>
Expand Down

0 comments on commit 7c7bb9d

Please sign in to comment.