Skip to content

Commit

Permalink
Add missing method in createPluginStartContext
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoldevila committed Nov 9, 2024
1 parent 1bc77a5 commit 1771ae8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ export function createPluginStartContext<
navigateToApp: deps.application.navigateToApp,
navigateToUrl: deps.application.navigateToUrl,
getUrlForApp: deps.application.getUrlForApp,
isAppRegistered: deps.application.isAppRegistered,
currentLocation$: deps.application.currentLocation$,
},
customBranding: deps.customBranding,
Expand Down

0 comments on commit 1771ae8

Please sign in to comment.