From ef1b19a6d3a1f3589745c1c5246ea58df54e38f5 Mon Sep 17 00:00:00 2001 From: Cristhian Zanforlin Lousa Date: Fri, 9 Jun 2023 16:43:10 -0300 Subject: [PATCH] Removing unnecessary prop --- src/frontend/src/types/components/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/src/types/components/index.ts b/src/frontend/src/types/components/index.ts index 8eb66d32b..6a4b9c369 100644 --- a/src/frontend/src/types/components/index.ts +++ b/src/frontend/src/types/components/index.ts @@ -20,7 +20,6 @@ export type ToggleComponentType = { enabled: boolean; setEnabled: (state: boolean) => void; disabled: boolean; - name?: string; }; export type DropDownComponentType = { value: string;