From a1d34c8f6c4734c93e4e3c969ec258b1df699c31 Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Fri, 24 Jan 2025 12:41:04 +0100 Subject: [PATCH] refactor: remove > and < comparisons --- .../app-settings/panel/automations-panel/AutomationForm.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/client/src/features/app-settings/panel/automations-panel/AutomationForm.tsx b/apps/client/src/features/app-settings/panel/automations-panel/AutomationForm.tsx index 383e34ed6..d58f48b10 100644 --- a/apps/client/src/features/app-settings/panel/automations-panel/AutomationForm.tsx +++ b/apps/client/src/features/app-settings/panel/automations-panel/AutomationForm.tsx @@ -237,8 +237,11 @@ export default function AutomationForm(props: AutomationFormProps) { + {/* + We dont currently offer a data source where these operators would make sense - + + */} {errors.filters?.[index]?.operator?.message}