Fix: modal header slot was renamed to metaHeader
This commit is contained in:
@@ -285,7 +285,7 @@ export const InstallModal = (props: InstallModalProps) => {
|
|||||||
onClose={() => {
|
onClose={() => {
|
||||||
console.log("Install aborted");
|
console.log("Install aborted");
|
||||||
}}
|
}}
|
||||||
header={() => {
|
metaHeader={() => {
|
||||||
const HeaderComponent = stepper.currentStep()?.title;
|
const HeaderComponent = stepper.currentStep()?.title;
|
||||||
return (
|
return (
|
||||||
<HeaderComponent
|
<HeaderComponent
|
||||||
|
|||||||
Reference in New Issue
Block a user