Skip to content

Commit

Permalink
Storybook: Simplify TextDecorationControl story
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshupathak95 committed Dec 12, 2024
1 parent 4abea63 commit 6427278
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ import { useState } from '@wordpress/element';
*/
import TextDecorationControl from '../';

/**
* TextDecorationControl Properties
*/
const meta = {
title: 'BlockEditor/TextDecorationControl',
component: TextDecorationControl,
Expand Down Expand Up @@ -59,9 +56,6 @@ export default meta;
* Default story showing TextDecorationControl
*/
export const Default = {
args: {
value: 'none',
},
render: function Template( { onChange, ...args } ) {
const [ value, setValue ] = useState( 'none' );
return (
Expand Down

0 comments on commit 6427278

Please sign in to comment.