mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03:30
fix exception frequency placeholder text
This commit is contained in:
parent
4a92fcfc62
commit
dda2931e60
@ -173,7 +173,11 @@ export default function ScheduleFormFields({
|
||||
id="exception-frequency"
|
||||
onChange={exceptionFrequencyHelper.setValue}
|
||||
value={exceptionFrequency.value}
|
||||
placeholderText={t`None`}
|
||||
placeholderText={
|
||||
exceptionFrequency.value.length
|
||||
? t`Select frequency`
|
||||
: t`None`
|
||||
}
|
||||
onBlur={exceptionFrequencyHelper.setTouched}
|
||||
>
|
||||
<SelectClearOption value="none">{t`None`}</SelectClearOption>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user