Skip to content

Commit 2a9346f

Browse files
committed
Fix tooltip issue in the Select component
1 parent d2114b2 commit 2a9346f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/webapp/app/components/primitives/Select.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ export function Select<TValue extends string | string[], TItem>({
199199
text={text}
200200
placeholder={placeholder}
201201
shortcut={shortcut}
202-
tooltipTitle={heading}
203202
disabled={disabled}
204203
dropdownIcon={dropdownIcon}
205204
{...props}

0 commit comments

Comments
 (0)