Skip to content

Commit

Permalink
log when informing luigi client of path change
Browse files Browse the repository at this point in the history
  • Loading branch information
petersutter committed Dec 12, 2024
1 parent 48a0a30 commit e506af9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/composables/useOpenMFP.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export const useOpenMFP = createGlobalState((options = {}) => {
const pathname = toRef(route, 'path')
watch(pathname, value => {
if (value) {
logger.debug('Navigating Luigi Client to path:', value)
LuigiClient.linkManager().fromVirtualTreeRoot().withoutSync().navigate(value)
}
}, {
Expand Down

0 comments on commit e506af9

Please sign in to comment.