@boomerang-io/carbon-addons-boomerang-react 4.6.11-beta.18 → 4.6.11-beta.19
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.
|
@@ -120,7 +120,7 @@ function AdvantageSideNav(props) {
|
|
|
120
120
|
category: "Sidenav",
|
|
121
121
|
});
|
|
122
122
|
console.log("asddasd", assistantLink);
|
|
123
|
-
window.open(assistantLink, "_self", "noopener,noreferrer");
|
|
123
|
+
// window.open(assistantLink, "_self", "noopener,noreferrer");
|
|
124
124
|
};
|
|
125
125
|
const handleCreateJoinClick = () => {
|
|
126
126
|
triggerEvent &&
|
|
@@ -111,7 +111,7 @@ function AdvantageSideNav(props) {
|
|
|
111
111
|
category: "Sidenav",
|
|
112
112
|
});
|
|
113
113
|
console.log("asddasd", assistantLink);
|
|
114
|
-
window.open(assistantLink, "_self", "noopener,noreferrer");
|
|
114
|
+
// window.open(assistantLink, "_self", "noopener,noreferrer");
|
|
115
115
|
};
|
|
116
116
|
const handleCreateJoinClick = () => {
|
|
117
117
|
triggerEvent &&
|
package/package.json
CHANGED