Skip to content

Commit

Permalink
remove updateTopNavigation from test app (#4104)
Browse files Browse the repository at this point in the history
Co-authored-by: Waldemar Mazurek <[email protected]>
  • Loading branch information
VincentUllal and walmazacn authored Jan 14, 2025
1 parent 4b1c9ab commit de9a21a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions container/test-app/iframe/microfrontend.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ <h1 id="title">Multi purpose demo page</h1>
<button onclick="testGetToken()">test get token</button>
<button onclick="testShowAlert()">test showAlert</button>
<button onclick="goBack()">test goBack()</button>
<button onclick="updateTopNavigation()">test updateTopNavigation()</button>

<button onclick="openAsModal()">test openAsModal()</button>
<button onclick="openAsDrawer()">test openAsDrawer()</button>
Expand Down Expand Up @@ -96,10 +95,6 @@ <h1 id="title">Multi purpose demo page</h1>
LuigiClient.linkManager().goBack();
}

function updateTopNavigation() {
LuigiClient.LuigiClient.linkManager().updateTopNavigation();
}

function testNav() {
LuigiClient.linkManager().navigate('/');
}
Expand Down

0 comments on commit de9a21a

Please sign in to comment.