From ad710f4860ff3f29da9a56b6566a7b152169ec94 Mon Sep 17 00:00:00 2001 From: Vladyslav Matsiiako Date: Sat, 9 Sep 2023 18:10:02 -0700 Subject: [PATCH] fixed the style of the webhook tooltip --- frontend/src/components/v2/FormControl/FormControl.tsx | 2 +- .../components/WebhooksTab/AddWebhookForm.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/v2/FormControl/FormControl.tsx b/frontend/src/components/v2/FormControl/FormControl.tsx index 086cf2e76..91dfd4139 100644 --- a/frontend/src/components/v2/FormControl/FormControl.tsx +++ b/frontend/src/components/v2/FormControl/FormControl.tsx @@ -18,7 +18,7 @@ export const FormLabel = ({ id, label, isRequired, icon }: FormLabelProps) => ( > {label} {isRequired && *} - {icon && {icon}} + {icon && {icon}} ); diff --git a/frontend/src/views/Settings/ProjectSettingsPage/components/WebhooksTab/AddWebhookForm.tsx b/frontend/src/views/Settings/ProjectSettingsPage/components/WebhooksTab/AddWebhookForm.tsx index 10157eae7..b1d73356a 100644 --- a/frontend/src/views/Settings/ProjectSettingsPage/components/WebhooksTab/AddWebhookForm.tsx +++ b/frontend/src/views/Settings/ProjectSettingsPage/components/WebhooksTab/AddWebhookForm.tsx @@ -116,7 +116,7 @@ export const AddWebhookForm = ({ className="text-xs" >
setShowTip(true)} >