Fix click handling for stories
This commit is contained in:
parent
c0082adc56
commit
698c7a7739
78 changed files with 274 additions and 46 deletions
|
@ -753,6 +753,7 @@ export const SendStoryModal = ({
|
|||
return (
|
||||
<>
|
||||
<Modal
|
||||
modalName="SendStoryModal"
|
||||
hasStickyButtons
|
||||
hasXButton
|
||||
i18n={i18n}
|
||||
|
@ -803,6 +804,7 @@ export const SendStoryModal = ({
|
|||
</Modal>
|
||||
{confirmRemoveGroupId && (
|
||||
<ConfirmationDialog
|
||||
dialogName="SendStoryModal.confirmRemoveGroupId"
|
||||
actions={[
|
||||
{
|
||||
action: () => {
|
||||
|
@ -823,6 +825,7 @@ export const SendStoryModal = ({
|
|||
)}
|
||||
{confirmDeleteListId && (
|
||||
<ConfirmationDialog
|
||||
dialogName="SendStoryModal.confirmDeleteList"
|
||||
actions={[
|
||||
{
|
||||
action: () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue