Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Imported icon component in MultiDropdownSelect.tsx #14439

Closed

Conversation

leninmeher
Copy link

What does this PR do?

Icon component import statement was missing. This PR added the same in MultiDropdownSelect.tsx.

Fixes #14438

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Copy link

vercel bot commented Apr 7, 2024

@leninmeher is attempting to deploy a commit to the cal Team on Vercel.

A member of the Team first needs to authorize it.

@graphite-app graphite-app bot requested a review from a team April 7, 2024 07:16
@graphite-app graphite-app bot added the community Created by Linear-GitHub Sync label Apr 7, 2024
Copy link
Contributor

github-actions bot commented Apr 7, 2024

Thank you for following the naming conventions! 🙏 Feel free to join our discord and post your PR link.

@dosubot dosubot bot added core area: core, team members only event-types area: event types, event-types 🐛 bug Something isn't working labels Apr 7, 2024
@github-actions github-actions bot added the ui area: UI, frontend, button, form, input label Apr 7, 2024
Copy link

graphite-app bot commented Apr 7, 2024

Graphite Automations

"Add consumer team as reviewer" took an action on this PR • (04/07/24)

1 reviewer was added to this PR based on Keith Williams's automation.

"Add community label" took an action on this PR • (04/07/24)

1 label was added to this PR based on Keith Williams's automation.

@leninmeher leninmeher changed the title Fix: Imported icon component in MultiDropdownSelect.tsx fix: Imported icon component in MultiDropdownSelect.tsx Apr 7, 2024
Copy link
Contributor

github-actions bot commented Apr 7, 2024

📦 Next.js Bundle Analysis for @calcom/web

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Udit-takkar
Udit-takkar previously approved these changes Apr 8, 2024
@@ -2,6 +2,7 @@ import type { GroupBase, Props, ValueContainerProps } from "react-select";
import { components } from "react-select";

import { Select } from "@calcom/ui";
import { Icon } from "@calcom/ui";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you move this with Select ?

@PeerRich PeerRich enabled auto-merge (squash) April 8, 2024 14:32
@keithwillcode keithwillcode added this to the v4.0 milestone Apr 9, 2024
@keithwillcode
Copy link
Contributor

Closing because this PR now introduces no changes.

auto-merge was automatically disabled April 10, 2024 20:15

Pull request was closed

@dosubot dosubot bot removed this from the v4.0 milestone Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working community Created by Linear-GitHub Sync core area: core, team members only event-types area: event types, event-types ui area: UI, frontend, button, form, input
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Icon component is used but not imported in MultiDropdownSelect.tsx
4 participants