fix: remove Tippy warning
This commit is contained in:
@@ -42,8 +42,8 @@ export default function Select({ options = [], updateSelect = null, current = CU
|
||||
};
|
||||
return (
|
||||
<Tippy
|
||||
trigger="click"
|
||||
visible={optionsVisible}
|
||||
appendTo={document.body}
|
||||
placement="bottom"
|
||||
interactive
|
||||
content={
|
||||
|
||||
Reference in New Issue
Block a user