@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.js
CHANGED
|
@@ -3458,7 +3458,8 @@ var Configure = function Configure(_ref) {
|
|
|
3458
3458
|
};
|
|
3459
3459
|
|
|
3460
3460
|
var Connect = function Connect(_ref) {
|
|
3461
|
-
var handleRedirectToSlack = _ref.handleRedirectToSlack
|
|
3461
|
+
var handleRedirectToSlack = _ref.handleRedirectToSlack,
|
|
3462
|
+
isAuthorizeUrlFetching = _ref.isAuthorizeUrlFetching;
|
|
3462
3463
|
var _useTranslation = useTranslation(),
|
|
3463
3464
|
t = _useTranslation.t;
|
|
3464
3465
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
@@ -3475,6 +3476,7 @@ var Connect = function Connect(_ref) {
|
|
|
3475
3476
|
weight: "normal"
|
|
3476
3477
|
}, t("slack.connect.description")), /*#__PURE__*/React__default.createElement(Button, {
|
|
3477
3478
|
label: t("slack.connect.loginButton"),
|
|
3479
|
+
loading: isAuthorizeUrlFetching,
|
|
3478
3480
|
onClick: handleRedirectToSlack
|
|
3479
3481
|
}));
|
|
3480
3482
|
};
|