Skip to content

Commit

Permalink
Solved error in Listbox Component (#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
VanshShah1411 committed Aug 31, 2023
1 parent bf2bc26 commit 7a17256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/content/components/listbox/single-selection.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const ListboxWrapper = `const ListboxWrapper = ({children}) => (
const ListboxWrapper = `export const ListboxWrapper = ({children}) => (
<div className="w-[260px] border-small px-1 py-2 rounded-small border-default-200 dark:border-default-100">
{children}
</div>
Expand Down

2 comments on commit 7a17256

@vercel
Copy link

@vercel vercel bot commented on 7a17256 Aug 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 7a17256 Aug 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.