make InstanceGroupsLookup tooltip customizable via prop

This commit is contained in:
Keith Grant
2019-03-29 14:22:09 -04:00
parent 40b88da9dd
commit 20f27f4062
2 changed files with 17 additions and 7 deletions

View File

@@ -139,6 +139,7 @@ class OrganizationForm extends Component {
api={api}
value={instanceGroups}
onChange={this.handleInstanceGroupsChange}
tooltip={i18n._(t`Select the Instance Groups for this Organization to run on.`)}
/>
<FormActionGroup
onCancel={handleCancel}