mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03:30
update jt Inventory field error message
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user