fixed the options disappearing for alert after closing the dialog box

This commit is contained in:
csawatzky 2026-01-16 10:11:59 -06:00
parent 65e70265fb
commit d23d1d6ed3

View file

@ -179,7 +179,6 @@ export default function NewObjectInteraction(props: Props){
setNewAlertComponentType(quack.ComponentType.COMPONENT_TYPE_INVALID); setNewAlertComponentType(quack.ComponentType.COMPONENT_TYPE_INVALID);
setConditions([]); setConditions([]);
setSelectedAlertComponents([]); setSelectedAlertComponents([]);
setValidOptions([])
setValidComponents([]) setValidComponents([])
setValStrings(["0", "0"]); setValStrings(["0", "0"]);
setNumConditions(0) setNumConditions(0)