Skip to content

Commit 8b14459

Browse files
committed
fix: set value
1 parent b98c1f3 commit 8b14459

File tree

1 file changed

+1
-1
lines changed
  • packages/component-library/src/SingleToggleGroup

1 file changed

+1
-1
lines changed

packages/component-library/src/SingleToggleGroup/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const SingleToggleGroup = ({
6666
)}
6767
data-size="sm"
6868
data-variant="ghost"
69-
data-rounded={rounded ? true : undefined}
69+
data-rounded={rounded ? "" : undefined}
7070
{...toggleButton}
7171
>
7272
{(args) => (

0 commit comments

Comments
 (0)