refactor: clarify empty text

This commit is contained in:
Carlos Valente
2025-02-02 21:13:21 +01:00
committed by Carlos Valente
parent 6be6e5fd8d
commit 1715c19747
@@ -251,7 +251,7 @@ export default function AutomationForm(props: AutomationFormProps) {
{...register(`filters.${index}.value`)} {...register(`filters.${index}.value`)}
variant='ontime-filled' variant='ontime-filled'
size='sm' size='sm'
placeholder='<no value>' placeholder='<empty / no value>'
autoComplete='off' autoComplete='off'
/> />
</label> </label>