Skip to content

Commit bebd2cc

Browse files
committed
remove last story
1 parent 285cb92 commit bebd2cc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/@react-spectrum/color/stories/ColorField.stories.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ storiesOf('ColorField', module)
7070
'with placeholder',
7171
() => render({placeholder: 'Enter a hex color'})
7272
)
73-
.add(
74-
'step = 0x33',
75-
() => render({step: 0x33})
76-
)
7773
.add(
7874
'controlled value',
7975
() => (

0 commit comments

Comments
 (0)