diff --git a/plugins/scaffolder/src/next/TemplateWizardPage/Stepper/useTemplateSchema.ts b/plugins/scaffolder/src/next/TemplateWizardPage/Stepper/useTemplateSchema.ts index 926fb8d56e..0482d89503 100644 --- a/plugins/scaffolder/src/next/TemplateWizardPage/Stepper/useTemplateSchema.ts +++ b/plugins/scaffolder/src/next/TemplateWizardPage/Stepper/useTemplateSchema.ts @@ -47,7 +47,6 @@ export const useTemplateSchema = ( // Then filter out the properties that are not enabled with feature flag .map(step => ({ ...step, - schema: { ...step.schema, // Title is rendered at the top of the page, so let's ignore this from jsonschemaform