From f13be3acfe03bad4504bca2d77a0cbdd0e615802 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Fri, 3 Jan 2025 16:47:46 +0100 Subject: [PATCH] UI: add todo, supress type warning --- pkgs/webview-ui/app/src/routes/machines/details.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/webview-ui/app/src/routes/machines/details.tsx b/pkgs/webview-ui/app/src/routes/machines/details.tsx index d2cd4420e..9d7c69a7e 100644 --- a/pkgs/webview-ui/app/src/routes/machines/details.tsx +++ b/pkgs/webview-ui/app/src/routes/machines/details.tsx @@ -281,7 +281,10 @@ const InstallMachine = (props: InstallMachineProps) => { initial={{ target: props.targetHost || "", }} + // TODO: Context wrapper that redirects + // @ts-expect-error: This cannot be undefined in this context. machine_id={props.name} + // @ts-expect-error: This cannot be undefined in this context. dir={activeURI()} handleNext={() => handleNext()} footer={