From 1715c197475f594ea1fcc619f3205d82b31ed94d Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Sun, 2 Feb 2025 21:13:21 +0100 Subject: [PATCH] refactor: clarify empty text --- .../app-settings/panel/automations-panel/AutomationForm.tsx | 2 +- 1 file changed, 1 insertion(+), 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 d58f48b10..80ba21a4c 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 @@ -251,7 +251,7 @@ export default function AutomationForm(props: AutomationFormProps) { {...register(`filters.${index}.value`)} variant='ontime-filled' size='sm' - placeholder='' + placeholder='' autoComplete='off' />