@mseva/upyog-ui-module-ads 1.1.56 → 1.1.58
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/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -2
package/dist/index.modern.js
CHANGED
|
@@ -25372,7 +25372,7 @@ const ADSCitizenSecond = ({
|
|
|
25372
25372
|
t: t
|
|
25373
25373
|
}), showToast && /*#__PURE__*/React.createElement(Toast, {
|
|
25374
25374
|
error: showToast.error,
|
|
25375
|
-
label: t
|
|
25375
|
+
label: t(showToast.label),
|
|
25376
25376
|
onClose: () => setShowToast(null),
|
|
25377
25377
|
isDleteBtn: true
|
|
25378
25378
|
})));
|