🚸 (results) Add time filter to results table as…
This commit is contained in:
@@ -79,7 +79,7 @@ export const DropdownList = <T extends Item>({
|
||||
)}
|
||||
</FormLabel>
|
||||
)}
|
||||
<Menu isLazy placement="bottom-end" matchWidth>
|
||||
<Menu isLazy>
|
||||
<MenuButton
|
||||
as={Button}
|
||||
rightIcon={<ChevronLeftIcon transform={'rotate(-90deg)'} />}
|
||||
|
||||
@@ -213,9 +213,9 @@ export const VariableSearchInput = ({
|
||||
<Popover
|
||||
isOpen={isOpen}
|
||||
initialFocusRef={inputRef}
|
||||
matchWidth
|
||||
isLazy
|
||||
offset={[0, 2]}
|
||||
placement="auto-start"
|
||||
>
|
||||
<PopoverAnchor>
|
||||
<Input
|
||||
@@ -239,6 +239,7 @@ export const VariableSearchInput = ({
|
||||
shadow="lg"
|
||||
onMouseDown={(e) => e.stopPropagation()}
|
||||
onPointerDown={(e) => e.stopPropagation()}
|
||||
minW="250px"
|
||||
>
|
||||
{isCreateVariableButtonDisplayed && (
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user