Allow adding to a group by phone number

This commit is contained in:
Fedor Indutny
2022-04-04 17:38:22 -07:00
committed by GitHub
parent 76a1a805ef
commit 9568d5792e
49 changed files with 1842 additions and 693 deletions

View File

@@ -60,6 +60,7 @@ const useProps = (overrideProps: Partial<PropsType> = {}): PropsType => ({
removeLinkPreview: action('removeLinkPreview'),
skinTone: 0,
theme: React.useContext(StorybookThemeContext),
regionCode: 'US',
});
story.add('Modal', () => {