From f168dd5d3455e5102c9c7a07af3c4ba2b41338e9 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Thu, 8 Nov 2018 15:02:05 +0100 Subject: [PATCH] stackdriver: remove not used prop --- public/app/types/plugins.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/public/app/types/plugins.ts b/public/app/types/plugins.ts index f365e254736..80fd4f7c522 100644 --- a/public/app/types/plugins.ts +++ b/public/app/types/plugins.ts @@ -104,5 +104,4 @@ export interface TemplateQueryProps { query: any; onChange: (c: any, definition: string) => void; datasource: any; - definition: string; }