Keep story creator around until we've verified contacts and queued job
This commit is contained in:
parent
4fc1b6388c
commit
9fba33943a
11 changed files with 178 additions and 41 deletions
|
@ -27,6 +27,7 @@ const getDefaultProps = (): PropsType => ({
|
|||
imageSrc: IMAGE_2,
|
||||
onClose: action('onClose'),
|
||||
onDone: action('onDone'),
|
||||
isSending: false,
|
||||
|
||||
// StickerButtonProps
|
||||
installedPacks,
|
||||
|
@ -49,6 +50,10 @@ export const Portrait = (): JSX.Element => (
|
|||
<MediaEditor {...getDefaultProps()} imageSrc={IMAGE_4} />
|
||||
);
|
||||
|
||||
export const Sending = (): JSX.Element => (
|
||||
<MediaEditor {...getDefaultProps()} isSending />
|
||||
);
|
||||
|
||||
export const WithCaption = (): JSX.Element => (
|
||||
<MediaEditor
|
||||
{...getDefaultProps()}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue