Skip to content

Commit

Permalink
set lable control type to text
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 committed Oct 19, 2022
1 parent 88a1f7a commit 0a49200
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/components/src/angle-picker-control/stories/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ import AnglePickerControl from '../';
export default {
title: 'Components/AnglePickerControl',
component: AnglePickerControl,
argTypes: {
label: { control: { type: 'text' } },
},
};

const AnglePickerWithState = ( args ) => {
Expand Down

0 comments on commit 0a49200

Please sign in to comment.