Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
0f357590ef
commit
2d6cec2b19
@@ -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);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user