From 0f357590ef66212154bf84044ea5ba2af817678b Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 00:15:34 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/collections.$collectionId.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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";