Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra committed Jan 19, 2024
1 parent 98e0ba4 commit ec6f0c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ const BottomSheetStackingTemplate: StoryFn<typeof BottomSheetComponent> = () =>
export const BottomSheetStacking = BottomSheetStackingTemplate.bind({});

const InitialFocusTemplate: StoryFn<typeof BottomSheetComponent> = () => {
const [isOpen, setIsOpen] = React.useState(true);
const [isOpen, setIsOpen] = React.useState(false);
const initialFocusRef = React.useRef<HTMLButtonElement>(null);

return (
Expand Down

0 comments on commit ec6f0c8

Please sign in to comment.