added fetching story

This commit is contained in:
Lone Iversen
2022-08-01 13:31:41 +02:00
committed by Jacob Overgaard
parent e2afc7f196
commit f60f406388

View File

@@ -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',
};