From b961219156090ae5a5c79a4b2040b7a213f6e762 Mon Sep 17 00:00:00 2001 From: Manuel Ruwe Date: Mon, 12 Dec 2022 21:57:00 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20missing=20key=20attribute?= =?UTF-8?q?=20in=20options=20renderer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../IntegrationOptionsRenderer/IntegrationOptionsRenderer.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Dashboard/Modals/EditService/Tabs/IntegrationTab/Components/IntegrationOptionsRenderer/IntegrationOptionsRenderer.tsx b/src/components/Dashboard/Modals/EditService/Tabs/IntegrationTab/Components/IntegrationOptionsRenderer/IntegrationOptionsRenderer.tsx index bbeb3a233..4de85ff6a 100644 --- a/src/components/Dashboard/Modals/EditService/Tabs/IntegrationTab/Components/IntegrationOptionsRenderer/IntegrationOptionsRenderer.tsx +++ b/src/components/Dashboard/Modals/EditService/Tabs/IntegrationTab/Components/IntegrationOptionsRenderer/IntegrationOptionsRenderer.tsx @@ -1,6 +1,6 @@ import { Stack } from '@mantine/core'; import { UseFormReturnType } from '@mantine/form'; -import { IconKey, IconKeyOff, IconLock, IconLockOff, IconUser, IconUserOff } from '@tabler/icons'; +import { IconKey, IconKeyOff } from '@tabler/icons'; import { IntegrationField, integrationFieldDefinitions, @@ -49,6 +49,7 @@ export const IntegrationOptionsRenderer = ({ form }: IntegrationOptionsRendererP if (!definition) { return (