Skip to content

Commit

Permalink
Components: Set AnglePickerControl Storybook Label Control type to te…
Browse files Browse the repository at this point in the history
…xt (#45122)

* set lable control type to text

* Components: update CHANGELOG

* Move changelog entry to unreleased section

Co-authored-by: Marco Ciampini <[email protected]>
  • Loading branch information
chad1008 and ciampo authored Oct 20, 2022
1 parent d478ff1 commit b230e5f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

- `Button`: Fix RTL alignment for buttons containing an icon and text ([#44787](https://github.com/WordPress/gutenberg/pull/44787)).

### Internal

- `AnglePickerControl`: Set Storybook Label control type to 'text' ([#45122](https://github.com/WordPress/gutenberg/pull/45122)).

## 21.3.0 (2022-10-19)

### Bug Fix
Expand Down
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 b230e5f

Please sign in to comment.