@boomerang-io/carbon-addons-boomerang-react 4.6.11-beta.17 → 4.6.11-beta.18
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.
|
@@ -118,8 +118,8 @@ function AdvantageSideNav(props) {
|
|
|
118
118
|
triggerEvent({
|
|
119
119
|
action: "Clicked on SideNav Assistant link",
|
|
120
120
|
category: "Sidenav",
|
|
121
|
-
destinationPath: assistantLink ? assistantLink : redirectLink,
|
|
122
121
|
});
|
|
122
|
+
console.log("asddasd", assistantLink);
|
|
123
123
|
window.open(assistantLink, "_self", "noopener,noreferrer");
|
|
124
124
|
};
|
|
125
125
|
const handleCreateJoinClick = () => {
|
|
@@ -109,8 +109,8 @@ function AdvantageSideNav(props) {
|
|
|
109
109
|
triggerEvent({
|
|
110
110
|
action: "Clicked on SideNav Assistant link",
|
|
111
111
|
category: "Sidenav",
|
|
112
|
-
destinationPath: assistantLink ? assistantLink : redirectLink,
|
|
113
112
|
});
|
|
113
|
+
console.log("asddasd", assistantLink);
|
|
114
114
|
window.open(assistantLink, "_self", "noopener,noreferrer");
|
|
115
115
|
};
|
|
116
116
|
const handleCreateJoinClick = () => {
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@boomerang-io/carbon-addons-boomerang-react",
|
|
3
3
|
"description": "Carbon Addons for Boomerang apps",
|
|
4
|
-
"version": "4.6.11-beta.
|
|
4
|
+
"version": "4.6.11-beta.18",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Tim Bula",
|
|
7
7
|
"email": "timrbula@gmail.com"
|
|
8
8
|
},
|
|
9
9
|
"license": "Apache-2",
|
|
10
|
-
"repository": {
|
|
10
|
+
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "git@github.com:boomerang-io/carbon-addons-boomerang-react"
|
|
13
13
|
},
|