Skip to content

Commit

Permalink
fix: Add missing import for Icon component in MultiDropdownSelect.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kart1ka committed Apr 7, 2024
1 parent d59e68d commit fac57fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { GroupBase, Props, ValueContainerProps } from "react-select";
import { components } from "react-select";

import { Select } from "@calcom/ui";
import { Icon, Select } from "@calcom/ui";

const LimitedChipsContainer = <Option, IsMulti extends boolean, Group extends GroupBase<Option>>({
children,
Expand Down

0 comments on commit fac57fe

Please sign in to comment.