Skip to content

Commit 7f2912b

Browse files
authored
Replace deprecated navigation method with new method (#53)
1 parent 8071103 commit 7f2912b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

ui/src/utils.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ export async function openBrowser(url: string) {
1010
}
1111

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

1916
/**

0 commit comments

Comments
 (0)