Rename Checkbox List story to work with storybook 7 (https://github.com/woocommerce/woocommerce-blocks/pull/11679)
This commit is contained in:
parent
143f493097
commit
ddcd32897b
|
@ -10,7 +10,7 @@ import { useArgs } from '@storybook/client-api';
|
|||
import CheckboxList, { type CheckboxListProps } from '..';
|
||||
|
||||
export default {
|
||||
title: 'WooCommerce Blocks/@woocommerce-blocks-components/Checkbox List',
|
||||
title: 'External Components/Checkbox List',
|
||||
component: CheckboxList,
|
||||
argTypes: {
|
||||
className: {
|
||||
|
|
Loading…
Reference in New Issue