ecomlab-components-next 0.1.141 → 0.1.142
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.
|
@@ -521,8 +521,9 @@ var TariffPlan = function TariffPlan(_ref) {
|
|
|
521
521
|
green: true,
|
|
522
522
|
text: "\u041F\u043E\u043F\u0440\u043E\u0431\u043E\u0432\u0430\u0442\u044C",
|
|
523
523
|
size: "36px",
|
|
524
|
-
onClick: function onClick(
|
|
525
|
-
|
|
524
|
+
onClick: function onClick() {
|
|
525
|
+
var _window;
|
|
526
|
+
return (_window = window) === null || _window === void 0 ? void 0 : _window.open("https://lk.ecomru.ru/settings/tariff", '_blunk');
|
|
526
527
|
},
|
|
527
528
|
width: "100%"
|
|
528
529
|
}));
|