Skip to content

Commit

Permalink
remove duplicated element
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Oct 21, 2024
1 parent ca7bd46 commit edf4afc
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,13 +253,6 @@ export function EditPluralOIDCClients({
insideModal={insideModal}
refetch={refetch}
/>
<EditPluralOIDCClientModal
open={createOpen}
onClose={() => setCreateOpen(false)}
instanceName={instanceName}
insideModal={insideModal}
refetch={refetch}
/>
</div>
)
}

0 comments on commit edf4afc

Please sign in to comment.