From f57d26c93308b009f5871a9b9a5c90b96fe6266e Mon Sep 17 00:00:00 2001 From: Yoan VALLET <ext.sopra.yvallet@grandlyon.com> Date: Mon, 1 Jun 2020 16:56:08 +0200 Subject: [PATCH] feat: type of Trigger --- .../KonnectorViewer/KonnectorViewerCard copy.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ContentComponents/KonnectorViewer/KonnectorViewerCard copy.tsx b/src/components/ContentComponents/KonnectorViewer/KonnectorViewerCard copy.tsx index 5a196ab0d..46858c540 100644 --- a/src/components/ContentComponents/KonnectorViewer/KonnectorViewerCard copy.tsx +++ b/src/components/ContentComponents/KonnectorViewer/KonnectorViewerCard copy.tsx @@ -32,7 +32,7 @@ import { Konnector, Trigger } from 'doctypes' interface KonnectorViewerCardProps { fluidConfig: IFluidConfig konnector: Konnector - trigger: any | null + trigger: Trigger | null client: Client isParam: boolean t: Function -- GitLab