@threedddplus/logoeditor 0.0.4 → 0.0.5

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.
@@ -4797,7 +4797,8 @@ var Loader = function Loader(_ref) {
4797
4797
  }));
4798
4798
  };
4799
4799
 
4800
- var MyLogo$1 = function MyLogo(onApply) {
4800
+ var MyLogo$1 = function MyLogo(_ref) {
4801
+ var onApply = _ref.onApply;
4801
4802
  var _React$useState = React.useState(),
4802
4803
  logoSelected = _React$useState[0],
4803
4804
  setLogoSelected = _React$useState[1];