mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-18 01:14:22 +02:00
add list filter collections
This commit is contained in:
@@ -36,6 +36,8 @@ export const Popover = ({ children, ...props }: PopoverProps) => {
|
||||
classNames={{
|
||||
dropdown: styles.dropdown,
|
||||
}}
|
||||
closeOnClickOutside={true}
|
||||
closeOnEscape={true}
|
||||
offset={10}
|
||||
transitionProps={{ transition: getTransition(props.position) }}
|
||||
withArrow={false}
|
||||
|
||||
Reference in New Issue
Block a user