@boomerang-io/carbon-addons-boomerang-react 4.6.15-beta.1 → 4.6.15-beta.3

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.
@@ -176,7 +176,7 @@ function HeaderTeamSwitcher({ analyticsHelpers, baseServicesUrl, createJoinTeamT
176
176
  });
177
177
  }
178
178
  if (isLaunchpad && Boolean(history)) {
179
- history.push(`/teams/${team.id}`);
179
+ history.push(`/launchpad/teams/${team.id}`);
180
180
  }
181
181
  else {
182
182
  window.open(teamLink({ teamId: team.id }), "_self");
@@ -167,7 +167,7 @@ function HeaderTeamSwitcher({ analyticsHelpers, baseServicesUrl, createJoinTeamT
167
167
  });
168
168
  }
169
169
  if (isLaunchpad && Boolean(history)) {
170
- history.push(`/teams/${team.id}`);
170
+ history.push(`/launchpad/teams/${team.id}`);
171
171
  }
172
172
  else {
173
173
  window.open(teamLink({ teamId: team.id }), "_self");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@boomerang-io/carbon-addons-boomerang-react",
3
3
  "description": "Carbon Addons for Boomerang apps",
4
- "version": "4.6.15-beta.1",
4
+ "version": "4.6.15-beta.3",
5
5
  "author": {
6
6
  "name": "Tim Bula",
7
7
  "email": "timrbula@gmail.com"