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
…#14440)

Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
  • Loading branch information
kart1ka and Udit-takkar committed Apr 8, 2024
1 parent 260521f commit 9013045
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 9013045

Please sign in to comment.