@vitrosoftware/common-ui-ts 1.1.178 → 1.1.179

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -63732,7 +63732,7 @@ var Viewer = function Viewer(props) {
63732
63732
  };
63733
63733
 
63734
63734
  var name = "@vitrosoftware/common-ui-ts";
63735
- var version$1 = "1.1.178";
63735
+ var version$1 = "1.1.179";
63736
63736
  var description = "vitro software common ui ts";
63737
63737
  var author = "";
63738
63738
  var license = "MIT";
@@ -67206,8 +67206,8 @@ var Criterion = function Criterion(props) {
67206
67206
  setOperator(_operator);
67207
67207
  value.operator = _operator.type;
67208
67208
  }
67209
- value.valueList = componentProps.value ? componentProps.value.valueList : [];
67210
67209
  }
67210
+ value.valueList = componentProps.value ? componentProps.value.valueList : [];
67211
67211
  }, [props.content]);
67212
67212
  var onOperatorClick = function onOperatorClick(operator) {
67213
67213
  setOperator(operator);