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={