Skip to content

Commit ccaefd1

Browse files
committed
TCA-1187 - update uninav & disable sprig integration with uninav
1 parent b5ef7cb commit ccaefd1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src-ts/header/Header.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ const Header: FC = () => {
9090
navElementId,
9191
{
9292
handleNavigation: navigationHandler,
93+
integrations: {
94+
sprig: 'disable',
95+
},
9396
onReady() { setReady(true) },
9497
signIn() { window.location.href = authUrlLogin() },
9598
signOut() { window.location.href = authUrlLogout },

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14261,8 +14261,8 @@ unique-string@^2.0.0:
1426114261
crypto-random-string "^2.0.0"
1426214262

1426314263
"universal-navigation@https://github.com/topcoder-platform/universal-navigation":
14264-
version "1.0.4"
14265-
resolved "https://github.com/topcoder-platform/universal-navigation#332405d1b9fcf780460fdde1ae81c5fe0fbcb41a"
14264+
version "1.0.12"
14265+
resolved "https://github.com/topcoder-platform/universal-navigation#92b8a638a901dedc0b59edb121161d9dabc8333a"
1426614266

1426714267
universalify@^0.2.0:
1426814268
version "0.2.0"

0 commit comments

Comments
 (0)