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
|
@ -40,6 +40,9 @@ export default {
|
|||
installedPacks: {
|
||||
defaultValue: [],
|
||||
},
|
||||
isSending: {
|
||||
defaultValue: false,
|
||||
},
|
||||
linkPreview: {
|
||||
defaultValue: undefined,
|
||||
},
|
||||
|
@ -95,3 +98,8 @@ FirstTime.args = {
|
|||
FirstTime.story = {
|
||||
name: 'First time posting a story',
|
||||
};
|
||||
|
||||
export const Sending = Template.bind({});
|
||||
Sending.args = {
|
||||
isSending: true,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue