UI: add todo, supress type warning

This commit is contained in:
Johannes Kirschbauer
2025-01-03 16:47:46 +01:00
parent 78162f7479
commit 713318d85d

View File

@@ -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={<Footer />}