Skip to content

Commit

Permalink
patch flipper
Browse files Browse the repository at this point in the history
  • Loading branch information
radium-v committed Aug 25, 2022
1 parent 3b44e4c commit aa20826
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import { FlipperDirection } from "../flipper.options.js";

const storyTemplate = html<StoryArgs<FASTFlipper>>`
<fast-flipper
direction="${x => x.direction}"
?disabled="${x => x.disabled}"
:hiddenFromAT="${x => x.hiddenFromAT}"
direction="${x => x.direction}"
></fast-flipper>
`;

Expand Down

0 comments on commit aa20826

Please sign in to comment.