From e7f25aa91b27fd25f521a1890d4aac60c83f94b2 Mon Sep 17 00:00:00 2001 From: Bilawal Hameed Date: Fri, 24 Apr 2020 17:18:27 +0200 Subject: [PATCH] changed object to Partial type --- plugins/tech-radar/src/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tech-radar/src/api.ts b/plugins/tech-radar/src/api.ts index 81ff62ee92..78f07bfd4b 100644 --- a/plugins/tech-radar/src/api.ts +++ b/plugins/tech-radar/src/api.ts @@ -62,7 +62,7 @@ export const techRadarApiRef = new ApiRef({ }); export class TechRadar implements TechRadarApi { - private defaultAdditionalOpts: object = { + private defaultAdditionalOpts: Partial = { title: 'Tech Radar', subtitle: 'Welcome to the Tech Radar!', };