Skip to content

Commit

Permalink
docs: remove static option from controls
Browse files Browse the repository at this point in the history
  • Loading branch information
gavmck committed May 31, 2024
1 parent fdec446 commit 9df2a47
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions components/composition/App/App.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ export default {
argTypes: {
header: {
control: {
type: 'select',
type: 'radio',
},
options: ['sticky', 'static'],
options: ['', 'sticky'],
},
},
};
Expand All @@ -45,7 +45,3 @@ export const App: StoryObj = {
</diamond-app>
`,
};

App.args = {
header: 'static',
};

0 comments on commit 9df2a47

Please sign in to comment.