From d23d1d6ed3e64210448f6b6b3c5a4950b25f7af6 Mon Sep 17 00:00:00 2001 From: csawatzky Date: Fri, 16 Jan 2026 10:11:59 -0600 Subject: [PATCH] fixed the options disappearing for alert after closing the dialog box --- src/objects/objectInteractions/NewObjectInteraction.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/objects/objectInteractions/NewObjectInteraction.tsx b/src/objects/objectInteractions/NewObjectInteraction.tsx index 8e76c25..64a63b0 100644 --- a/src/objects/objectInteractions/NewObjectInteraction.tsx +++ b/src/objects/objectInteractions/NewObjectInteraction.tsx @@ -179,7 +179,6 @@ export default function NewObjectInteraction(props: Props){ setNewAlertComponentType(quack.ComponentType.COMPONENT_TYPE_INVALID); setConditions([]); setSelectedAlertComponents([]); - setValidOptions([]) setValidComponents([]) setValStrings(["0", "0"]); setNumConditions(0)