From 8cccf757a8c2e54f576fafd4e099a3a9e71d8d98 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Tue, 5 Aug 2025 13:52:03 +0200 Subject: [PATCH] Fix: modal header slot was renamed to metaHeader --- pkgs/clan-app/ui/src/workflows/InstallModal/InstallModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (