diff --git a/packages/propel/src/select/root.tsx b/packages/propel/src/select/root.tsx index d4a9d34496..8d70355487 100644 --- a/packages/propel/src/select/root.tsx +++ b/packages/propel/src/select/root.tsx @@ -1,4 +1,3 @@ -import React from "react"; import { Check, ChevronDown } from "lucide-react"; // helpers import { cn } from "@plane/utils"; @@ -31,9 +30,14 @@ const CustomSelect = (props: ICustomSelectProps) => { <> {customButton ? ( {customButton} @@ -58,7 +62,7 @@ const CustomSelect = (props: ICustomSelectProps) => { - +