From 16942238cb835f1e005a34c0c976625a6901344a Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 28 Nov 2023 10:48:08 +0100 Subject: [PATCH] chore: fixing header options Signed-off-by: blam --- plugins/scaffolder/src/components/Router/Router.tsx | 1 + .../src/next/TemplateWizardPage/TemplateWizardPage.tsx | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/plugins/scaffolder/src/components/Router/Router.tsx b/plugins/scaffolder/src/components/Router/Router.tsx index bdda92c0ef..c3d971bd11 100644 --- a/plugins/scaffolder/src/components/Router/Router.tsx +++ b/plugins/scaffolder/src/components/Router/Router.tsx @@ -142,6 +142,7 @@ export const Router = (props: PropsWithChildren) => { element={ { @@ -87,6 +92,7 @@ export const TemplateWizardPage = (props: TemplateWizardPageProps) => { pageTitleOverride="Create a new component" title="Create a new component" subtitle="Create new software components using standard templates in your organization" + {...props.headerOptions} />