Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-20 00:15:41 +00:00
co-authored by renee-png
parent 0f357590ef
commit 2d6cec2b19
+2
View File
@@ -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);