Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
Enable ManageIQ as a global variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Aug 3, 2018
1 parent d3b76e0 commit 0ad4d49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ module.exports = {
$: true,
__: true,
n__: true,
sprintf: true
sprintf: true,
ManageIQ: true,
},
extends: [
'standard',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ MappingWizardDatastoresStep.propTypes = {
form: PropTypes.string,
pristine: PropTypes.bool,
showAlertAction: PropTypes.func,
targetProvider: PropTypes.string,
targetProvider: PropTypes.string
};
MappingWizardDatastoresStep.defaultProps = {
clusterMappings: [],
Expand Down

0 comments on commit 0ad4d49

Please sign in to comment.