Skip to content

Commit

Permalink
fix: re-enable controls for classic page
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed May 17, 2020
1 parent 81cb550 commit 7f6aeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pages/src/ClassicPage/ClassicPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const ClassicPage: FC = () => (
<Playground openTab="source" title=".">
<Story id="." />
</Playground>
<PropsTable of="." title="Properties" visibility="info" />
<PropsTable of="." title="Properties" visibility="all" />
<ComponentDeps id="." title="External dependencies" />
<Stories dark={true} />
</div>
Expand Down

0 comments on commit 7f6aeb2

Please sign in to comment.