1
0
Fork 0
mirror of https://github.com/etkecc/synapse-admin.git synced 2025-05-01 08:41:51 +03:00

replace undoable prop with mutationMode prop ()

This commit is contained in:
Dirk Klimpel 2021-11-15 21:18:29 +01:00 committed by GitHub
parent a5c7d7dd22
commit 4adc20f80d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions
src/components

View file

@ -144,7 +144,7 @@ const UserBulkActionButtons = props => (
{...props}
label="resources.users.action.erase"
confirmTitle="resources.users.helper.erase"
undoable={false}
mutationMode="pessimistic"
/>
</Fragment>
);