Fix click handling for stories
This commit is contained in:
parent
c0082adc56
commit
698c7a7739
78 changed files with 274 additions and 46 deletions
|
@ -142,6 +142,7 @@ export const AddUserToAnotherGroupModal = ({
|
|||
<>
|
||||
{!selectedGroup && (
|
||||
<Modal
|
||||
modalName="AddUserToAnotherGroupModal"
|
||||
hasXButton
|
||||
i18n={i18n}
|
||||
onClose={toggleAddUserToAnotherGroupModal}
|
||||
|
@ -190,6 +191,7 @@ export const AddUserToAnotherGroupModal = ({
|
|||
|
||||
{selectedGroupId && selectedGroup && (
|
||||
<ConfirmationDialog
|
||||
dialogName="AddUserToAnotherGroupModal__confirm"
|
||||
title={i18n('AddUserToAnotherGroupModal__confirm-title')}
|
||||
i18n={i18n}
|
||||
onClose={() => setSelectedGroupId(undefined)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue