diff --git a/web/components/exporter/guide.tsx b/web/components/exporter/guide.tsx index 45fc50270..2643a07cf 100644 --- a/web/components/exporter/guide.tsx +++ b/web/components/exporter/guide.tsx @@ -147,7 +147,9 @@ const IntegrationGuide = () => { ) : ( -
No previous export available.
++ No previous export available. +
) ) : (+
No previous imports available.
) diff --git a/web/components/project/member-select.tsx b/web/components/project/member-select.tsx index 5a1ec5cb1..64baa945d 100644 --- a/web/components/project/member-select.tsx +++ b/web/components/project/member-select.tsx @@ -8,6 +8,8 @@ import useSWR from "swr"; import projectService from "services/project.service"; // ui import { Avatar, CustomSearchSelect } from "components/ui"; +// icon +import { Ban } from "lucide-react"; // fetch-keys import { PROJECT_MEMBERS } from "constants/fetch-keys"; @@ -49,7 +51,10 @@ export const MemberSelect: React.FC