diff --git a/webpack/assets/javascripts/react_app/components/hosts/storage/vmware/index.js b/webpack/assets/javascripts/react_app/components/hosts/storage/vmware/index.js index 97a0ae855f3..3af1a5f2c38 100644 --- a/webpack/assets/javascripts/react_app/components/hosts/storage/vmware/index.js +++ b/webpack/assets/javascripts/react_app/components/hosts/storage/vmware/index.js @@ -1,6 +1,7 @@ import { pick } from 'lodash'; import React from 'react'; -import { Alert, Button } from 'patternfly-react'; +import { Alert } from 'patternfly-react'; +import { Button } from '@patternfly/react-core'; import { connect } from 'react-redux'; import PropTypes from 'prop-types'; @@ -119,10 +120,11 @@ class StorageContainer extends React.Component {
{__('Storage')}