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)