mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-04 01:18:20 +02:00
Update frontend/src/component/admin/auth/ScimSettings/ScimDeleteUsersDialog.tsx
Co-authored-by: Gastón Fournier <gaston@getunleash.io>
This commit is contained in:
parent
5dde32e7c2
commit
dbaf465e5a
@ -24,7 +24,7 @@ export const ScimDeleteEntityDialog = ({
|
|||||||
open={open}
|
open={open}
|
||||||
primaryButtonText={`Delete SCIM ${entityType}`}
|
primaryButtonText={`Delete SCIM ${entityType}`}
|
||||||
secondaryButtonText='Cancel'
|
secondaryButtonText='Cancel'
|
||||||
title={`Really Delete All SCIM ${entityType}?`}
|
title={`Do you really want to delete ALL SCIM ${entityType}?`}
|
||||||
onClose={closeDialog}
|
onClose={closeDialog}
|
||||||
onClick={removeUser}
|
onClick={removeUser}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user