Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
412d26b0ff
commit
7d21463762
@@ -1146,8 +1146,7 @@ function AddCollectionDialog({
|
||||
|
||||
useEffect(() => {
|
||||
if (open) {
|
||||
const match = findUniqueHomeownerByTitle(caseTitle, available);
|
||||
setPickerValue(match ? `ho:${match.id}` : "");
|
||||
setPickerValue("");
|
||||
setStatus("none");
|
||||
setNotes("");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user