@bigbinary/neeto-slack-frontend 0.3.7 → 0.3.8
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.cjs.js +3 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -3486,7 +3486,8 @@ var Configure = function Configure(_ref) {
|
|
|
3486
3486
|
};
|
|
3487
3487
|
|
|
3488
3488
|
var Connect = function Connect(_ref) {
|
|
3489
|
-
var handleRedirectToSlack = _ref.handleRedirectToSlack
|
|
3489
|
+
var handleRedirectToSlack = _ref.handleRedirectToSlack,
|
|
3490
|
+
isAuthorizeUrlFetching = _ref.isAuthorizeUrlFetching;
|
|
3490
3491
|
var _useTranslation = useTranslation(),
|
|
3491
3492
|
t = _useTranslation.t;
|
|
3492
3493
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -3503,6 +3504,7 @@ var Connect = function Connect(_ref) {
|
|
|
3503
3504
|
weight: "normal"
|
|
3504
3505
|
}, t("slack.connect.description")), /*#__PURE__*/React__default["default"].createElement(neetoui.Button, {
|
|
3505
3506
|
label: t("slack.connect.loginButton"),
|
|
3507
|
+
loading: isAuthorizeUrlFetching,
|
|
3506
3508
|
onClick: handleRedirectToSlack
|
|
3507
3509
|
}));
|
|
3508
3510
|
};
|