@bigbinary/neeto-molecules 1.7.0 → 1.7.2

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.
@@ -20,6 +20,7 @@ var ProductTypefaceLogos = require('@bigbinary/neeto-icons/typeface-logos');
20
20
  var constants = require('@bigbinary/neeto-commons-frontend/constants');
21
21
  var neetoFiltersFrontend = require('@bigbinary/neeto-filters-frontend');
22
22
  var reactRouterDom_min = require('react-router-dom/cjs/react-router-dom.min');
23
+ var utils = require('@bigbinary/neeto-commons-frontend/utils');
23
24
  var formik = require('@bigbinary/neetoui/formik');
24
25
  var yup = require('yup');
25
26
 
@@ -943,7 +944,8 @@ var Rename = function Rename(_ref) {
943
944
  showToastr: false
944
945
  }, {
945
946
  onSuccess: function onSuccess() {
946
- return setIsOpen(false);
947
+ setIsOpen(false);
948
+ utils.showThumbsUpToastr();
947
949
  },
948
950
  onSettled: function onSettled() {
949
951
  setSubmitting(false);