react-crud-mobile 1.3.22 → 1.3.23

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.
@@ -541,7 +541,7 @@ function UISelect(props) {
541
541
  var isModalVisible = function isModalVisible() {
542
542
  return modalVisible;
543
543
  };
544
- //v1
544
+ //v2
545
545
  React.useEffect(function () {
546
546
  MobileUtils.syncTheme();
547
547
  }, [modalVisible]);