@bigbinary/neeto-molecules 1.7.1 → 1.7.3
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.
- package/dist/FloatingActionMenu.js +1 -1
- package/dist/FloatingActionMenu.js.map +1 -1
- package/dist/Sidebar.js +3 -1
- package/dist/Sidebar.js.map +1 -1
- package/dist/cjs/FloatingActionMenu.js +1 -1
- package/dist/cjs/FloatingActionMenu.js.map +1 -1
- package/dist/cjs/Sidebar.js +3 -1
- package/dist/cjs/Sidebar.js.map +1 -1
- package/package.json +1 -1
- package/src/translations/en.json +1 -1
package/dist/cjs/Sidebar.js
CHANGED
|
@@ -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
|
-
|
|
947
|
+
setIsOpen(false);
|
|
948
|
+
utils.showThumbsUpToastr();
|
|
947
949
|
},
|
|
948
950
|
onSettled: function onSettled() {
|
|
949
951
|
setSubmitting(false);
|