diff --git a/pkgs/clan-app/ui/src/workflows/InstallModal/InstallModal.tsx b/pkgs/clan-app/ui/src/workflows/InstallModal/InstallModal.tsx index 43d138cca..3aceea32f 100644 --- a/pkgs/clan-app/ui/src/workflows/InstallModal/InstallModal.tsx +++ b/pkgs/clan-app/ui/src/workflows/InstallModal/InstallModal.tsx @@ -285,7 +285,7 @@ export const InstallModal = (props: InstallModalProps) => { onClose={() => { console.log("Install aborted"); }} - header={() => { + metaHeader={() => { const HeaderComponent = stepper.currentStep()?.title; return (