react-crud-mobile 1.3.26 → 1.3.27

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.
@@ -545,7 +545,7 @@ function UISelect(props) {
545
545
  var isModalVisible = function isModalVisible() {
546
546
  return modalVisible;
547
547
  };
548
- //v2
548
+ //v3
549
549
  React.useEffect(function () {
550
550
  MobileUtils.syncTheme();
551
551
  }, [modalVisible]);