Rename Checkbox List story to work with storybook 7 (https://github.com/woocommerce/woocommerce-blocks/pull/11679)

This commit is contained in:
Thomas Roberts 2023-11-20 13:15:22 +00:00 committed by GitHub
parent 143f493097
commit ddcd32897b
1 changed files with 1 additions and 1 deletions

View File

@ -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: {