diff --git a/src/routes/collections.$collectionId.tsx b/src/routes/collections.$collectionId.tsx index b6f9fcc..3e61d2d 100644 --- a/src/routes/collections.$collectionId.tsx +++ b/src/routes/collections.$collectionId.tsx @@ -109,6 +109,8 @@ function CollectionDetailRoute() { const [escalating, setEscalating] = useState(false); const [addTaskOpen, setAddTaskOpen] = useState(false); const [applyWfOpen, setApplyWfOpen] = useState(false); + const [applyHoOpen, setApplyHoOpen] = useState(false); + const [closingBusy, setClosingBusy] = useState(false); const [reload, setReload] = useState(0);