From d3ecb8aa3daf0d6eaa2c4a0c89398e2edc401d96 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Thu, 21 Sep 2023 11:04:44 +0200 Subject: [PATCH] rename to subtitle Signed-off-by: Johan Haals --- plugins/tech-radar/src/alpha.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/plugins/tech-radar/src/alpha.tsx b/plugins/tech-radar/src/alpha.tsx index 29b170c957..6a2ec882ba 100644 --- a/plugins/tech-radar/src/alpha.tsx +++ b/plugins/tech-radar/src/alpha.tsx @@ -35,7 +35,7 @@ export const TechRadarPage = createPageExtension({ configSchema: createSchemaFromZod(z => z.object({ title: z.string().default('Tech Radar'), - subTitle: z + subtitle: z .string() .default('Pick the recommended technologies for your projects'), pageTitle: z.string().default('Company Radar'), @@ -45,9 +45,7 @@ export const TechRadarPage = createPageExtension({ }), ), loader: ({ config }) => - import('./components').then(m => ( - - )), + import('./components').then(m => ), }); const sampleTechRadarApi = createApiExtension({