diff --git a/ui/src/Components/Grid/AlertGrid/GridLabelSelect.tsx b/ui/src/Components/Grid/AlertGrid/GridLabelSelect.tsx index 086e0cbdc..de89e15d1 100644 --- a/ui/src/Components/Grid/AlertGrid/GridLabelSelect.tsx +++ b/ui/src/Components/Grid/AlertGrid/GridLabelSelect.tsx @@ -24,6 +24,7 @@ import { NewLabelName, StringToOption, OptionT } from "Common/Select"; import { DropdownSlide } from "Components/Animations/DropdownSlide"; import { ThemeContext } from "Components/Theme"; import { useOnClickOutside } from "Hooks/useOnClickOutside"; +import { FetchPauser } from "Components/FetchPauser"; const specialLabels: OptionT[] = [ { label: "Automatic selection", value: "@auto" }, @@ -126,23 +127,25 @@ const Dropdown: FC<{ onClose, }) => { return ( -