diff --git a/src/routes/collections.$collectionId.tsx b/src/routes/collections.$collectionId.tsx index fb52238..b6f9fcc 100644 --- a/src/routes/collections.$collectionId.tsx +++ b/src/routes/collections.$collectionId.tsx @@ -59,7 +59,11 @@ import { FilePlus, Phone, Tag, + Lock, + Unlock, + UserPlus, } from "lucide-react"; +import { SearchableSelect } from "@/components/ui/searchable-select"; import { toast } from "sonner"; import { spawnNextCollectionWorkflowTask } from "@/lib/workflow-chain"; import { ApplyCollectionWorkflowDialog } from "@/components/collections/apply-collection-workflow-dialog";