Skip to content

Commit

Permalink
docs(inline-loading): update mocksubmission example to have proptable (
Browse files Browse the repository at this point in the history
  • Loading branch information
jendowns authored and joshblack committed Oct 3, 2019
1 parent 963334c commit 2e32917
Showing 1 changed file with 9 additions and 0 deletions.
Expand Up @@ -78,6 +78,15 @@ storiesOf('InlineLoading', module)
ariaLive,
});
}

MockSubmission.displayName = 'InlineLoading';
MockSubmission.__docgenInfo = {
...InlineLoading.__docgenInfo,
props: {
...InlineLoading.__docgenInfo.props,
},
};

return (
<MockSubmission>
{({ handleSubmit, isSubmitting, success, description, ariaLive }) => (
Expand Down

0 comments on commit 2e32917

Please sign in to comment.