Skip to content

Commit 98d70bf

Browse files
committed
tag label optional to match og js
1 parent 9bf7bde commit 98d70bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tag.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export interface TagProps
88
React.ButtonHTMLAttributes<HTMLButtonElement>,
99
keyof BoxProps | 'value'
1010
> {
11-
label: BoxProps['aria-label']
11+
label?: BoxProps['aria-label']
1212
value?: boolean
1313
}
1414
const Tag = ({ label, value, sx, children, ...props }: TagProps) => {

0 commit comments

Comments
 (0)