added fetching story
This commit is contained in:
committed by
Jacob Overgaard
parent
e2afc7f196
commit
f60f406388
@@ -40,7 +40,13 @@ Upgrading.args = {
|
||||
upgrading: true,
|
||||
};
|
||||
|
||||
export const fetching = Template.bind({});
|
||||
fetching.args = {
|
||||
fetching: true
|
||||
}
|
||||
|
||||
export const Error = Template.bind({});
|
||||
Error.args = {
|
||||
errorMessage: 'Something went wrong',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user