DeliveryIssueDialog: Add learn more button linking to support

This commit is contained in:
Scott Nonnenberg
2021-07-30 13:30:59 -07:00
committed by GitHub
parent d0bf9f929b
commit bf7da5ca2e
23 changed files with 515 additions and 89 deletions

View File

@@ -21,6 +21,7 @@ storiesOf('Components/Conversation/DeliveryIssueDialog', module).add(
i18n={i18n}
sender={sender}
inGroup={false}
learnMoreAboutDeliveryIssue={action('learnMoreAboutDeliveryIssue')}
onClose={action('onClose')}
/>
);
@@ -35,6 +36,7 @@ storiesOf('Components/Conversation/DeliveryIssueDialog', module).add(
i18n={i18n}
sender={sender}
inGroup
learnMoreAboutDeliveryIssue={action('learnMoreAboutDeliveryIssue')}
onClose={action('onClose')}
/>
);