kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Add hideActions to moderation confirmation modals
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>environments/review-moderation-gdb551/deployments/3526
rodzic
cff5f96df4
commit
29c20e6361
|
@ -48,7 +48,7 @@ const deactivateUserModal = (intl: IntlShape, accountId: string, afterConfirm =
|
|||
const message = (
|
||||
<Stack space={4}>
|
||||
<OutlineBox>
|
||||
<AccountContainer id={accountId} />
|
||||
<AccountContainer id={accountId} hideActions />
|
||||
</OutlineBox>
|
||||
|
||||
<Text>
|
||||
|
@ -83,7 +83,7 @@ const deleteUserModal = (intl: IntlShape, accountId: string, afterConfirm = () =
|
|||
const message = (
|
||||
<Stack space={4}>
|
||||
<OutlineBox>
|
||||
<AccountContainer id={accountId} />
|
||||
<AccountContainer id={accountId} hideActions />
|
||||
</OutlineBox>
|
||||
|
||||
<Text>
|
||||
|
|
Ładowanie…
Reference in New Issue