Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
2bd3a1832d
commit
fd281ea47d
@@ -149,6 +149,7 @@ export function CaseCollectionsTab({
|
||||
// dialogs
|
||||
const [addOpen, setAddOpen] = useState(false);
|
||||
const [newHomeownerOpen, setNewHomeownerOpen] = useState(false);
|
||||
const [mergeOpen, setMergeOpen] = useState(false);
|
||||
const [wfCollectionId, setWfCollectionId] = useState<string | null>(null);
|
||||
|
||||
const load = async () => {
|
||||
|
||||
Reference in New Issue
Block a user