Skip to content

Commit

Permalink
Replace deprecated navigation method with new method (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitf authored Aug 31, 2023
1 parent 8071103 commit 7f2912b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ui/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ export async function openBrowser(url: string) {
}

export function navigateToContainerLogs(containerId: string) {
// These functions aren't included on the official Docker typings, but they're
// present.
// @ts-ignore
ddClient.navigateToContainerLogs(containerId)
ddClient.desktopUI.navigate.viewContainerLogs(containerId)
}

/**
Expand Down

0 comments on commit 7f2912b

Please sign in to comment.