UI: add todo, supress type warning
This commit is contained in:
@@ -281,7 +281,10 @@ const InstallMachine = (props: InstallMachineProps) => {
|
|||||||
initial={{
|
initial={{
|
||||||
target: props.targetHost || "",
|
target: props.targetHost || "",
|
||||||
}}
|
}}
|
||||||
|
// TODO: Context wrapper that redirects
|
||||||
|
// @ts-expect-error: This cannot be undefined in this context.
|
||||||
machine_id={props.name}
|
machine_id={props.name}
|
||||||
|
// @ts-expect-error: This cannot be undefined in this context.
|
||||||
dir={activeURI()}
|
dir={activeURI()}
|
||||||
handleNext={() => handleNext()}
|
handleNext={() => handleNext()}
|
||||||
footer={<Footer />}
|
footer={<Footer />}
|
||||||
|
|||||||
Reference in New Issue
Block a user