Skip to content

Commit

Permalink
refactor: clarify empty text
Browse files Browse the repository at this point in the history
  • Loading branch information
cpvalente committed Feb 4, 2025
1 parent 6be6e5f commit 1715c19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export default function AutomationForm(props: AutomationFormProps) {
{...register(`filters.${index}.value`)}
variant='ontime-filled'
size='sm'
placeholder='<no value>'
placeholder='<empty / no value>'
autoComplete='off'
/>
</label>
Expand Down

0 comments on commit 1715c19

Please sign in to comment.