Skip to content

Commit

Permalink
chore(docs): fix storysource for UncontrolledPopover
Browse files Browse the repository at this point in the history
Due to a storybook bug, we need to add args to the story parameters in order to show the source. (storybookjs/storybook#13362)
  • Loading branch information
HoneyRole committed Oct 27, 2021
1 parent 670ca2a commit bd6d8ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stories/examples/PopoverUncontrolled.js
Expand Up @@ -2,7 +2,7 @@
import React from 'react';
import { Button, UncontrolledPopover, PopoverHeader, PopoverBody } from 'reactstrap';

export default function () {
const Example = (props) => {
return (
<div>
<Button id="UncontrolledPopover" type="button">
Expand All @@ -15,3 +15,5 @@ export default function () {
</div>
);
}

export default Example;

0 comments on commit bd6d8ed

Please sign in to comment.