Skip to content

Commit

Permalink
chore: avoid storybook code formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dcwarwick committed Nov 17, 2021
1 parent b16af81 commit c40ca69
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,15 @@ export const CustomGenerate = prepareStory(MultiStepTemplate, {
savedResource: '',
savedPermissions: '',
},
parameters: {
docs: {
source: {
// TODO provide better alternative source code, or remove this once the issue is resolved:
// https://github.com/storybookjs/storybook/issues/11554
code: 'Sorry, this feature is not currently available for this story',
},
},
},
});

export const Edit = prepareStory(EditTemplate, {
Expand Down

0 comments on commit c40ca69

Please sign in to comment.