react-crud-mobile 1.3.31 → 1.3.32

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