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

Icon component is used but not imported in MultiDropdownSelect.tsx #14438

Closed
kart1ka opened this issue Apr 7, 2024 · 1 comment · Fixed by #14440
Closed

Icon component is used but not imported in MultiDropdownSelect.tsx #14438

kart1ka opened this issue Apr 7, 2024 · 1 comment · Fixed by #14440
Labels
🐛 bug Something isn't working event-types area: event types, event-types ui area: UI, frontend, button, form, input

Comments

@kart1ka
Copy link
Contributor

kart1ka commented Apr 7, 2024

Found a bug? Please fill out the sections below. 👍

Issue Summary

Icon component from @calcom/ui is used but not imported in packages/features/eventtypes/components/MultiDropdownSelect.tsx

Copy link

dosubot bot commented Apr 7, 2024

Hey there, @kart1ka! Good to see you diving into the code once again. Hope you're ready for another fun round of bug squashing! 🐛🔨

Thank you for bringing this to our attention. You're correct, the Icon component from @calcom/ui should be imported in the MultiDropdownSelect.tsx file to prevent any potential runtime errors or unexpected component behavior.

The import statement should look like this:

import { Icon } from '@calcom/ui';

You can find the Icon component in the @calcom/ui package in the packages/ui/components/icon/index.ts file.

As for the version of @calcom/ui being used in the cal.com repository, it is 0.0.0. You can verify this in the packages/ui/package.json file.

Please let me know if you need further assistance.

Sources

About Dosu

This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

If you want to continue the conversation, start your reply with @dosu-bot.

@dosubot dosubot bot added event-types area: event types, event-types ui area: UI, frontend, button, form, input 🐛 bug Something isn't working labels Apr 7, 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 event-types area: event types, event-types ui area: UI, frontend, button, form, input
Projects
None yet
1 participant