Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-19 23:49:09 +00:00
co-authored by renee-png
parent 412d26b0ff
commit 7d21463762
+1 -2
View File
@@ -1146,8 +1146,7 @@ function AddCollectionDialog({
useEffect(() => {
if (open) {
const match = findUniqueHomeownerByTitle(caseTitle, available);
setPickerValue(match ? `ho:${match.id}` : "");
setPickerValue("");
setStatus("none");
setNotes("");
}