@boomerang-io/carbon-addons-boomerang-react 4.6.5-beta.33 → 4.6.5-beta.34
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.
|
@@ -81,7 +81,7 @@ function Header(props) {
|
|
|
81
81
|
}
|
|
82
82
|
function InstanceSwitcherMenu(props) {
|
|
83
83
|
// const currentURL= window.location.href;
|
|
84
|
-
const currentURL = "https://
|
|
84
|
+
const currentURL = "https://uki.ica.ibm.com";
|
|
85
85
|
const { isOpen, toggleActive, ref } = useHeaderMenu.default(MenuButtonId.InstanceSwitcher);
|
|
86
86
|
if (!props.enabled) {
|
|
87
87
|
return null;
|
|
@@ -73,7 +73,7 @@ function Header(props) {
|
|
|
73
73
|
}
|
|
74
74
|
function InstanceSwitcherMenu(props) {
|
|
75
75
|
// const currentURL= window.location.href;
|
|
76
|
-
const currentURL = "https://
|
|
76
|
+
const currentURL = "https://uki.ica.ibm.com";
|
|
77
77
|
const { isOpen, toggleActive, ref } = useHeaderMenu(MenuButtonId.InstanceSwitcher);
|
|
78
78
|
if (!props.enabled) {
|
|
79
79
|
return null;
|
package/package.json
CHANGED