mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
update jt Inventory field error message
This commit is contained in:
parent
df7e034b96
commit
155ed75f15
@ -229,7 +229,7 @@ class JobTemplateForm extends Component {
|
||||
/>
|
||||
<Field
|
||||
name="inventory"
|
||||
validate={required(null, i18n)}
|
||||
validate={required(i18n._(t`Select a value for this field`), i18n)}
|
||||
render={({ form }) => (
|
||||
<InventoryLookup
|
||||
value={inventory}
|
||||
|
Loading…
Reference in New Issue
Block a user