Skip to content

Commit

Permalink
Fix residual error from merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mabashian committed Sep 11, 2020
1 parent d654af7 commit 68426da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import FormField from '../../../components/FormField';
import { FormFullWidthLayout } from '../../../components/FormLayout';
import { required } from '../../../util/validators';
import useRequest from '../../../util/useRequest';
import { CredentialPluginTestAlert } from './CredentialFormFields/CredentialPlugins';
import { CredentialPluginTestAlert } from './CredentialPlugins';

const QuestionCircleIcon = styled(PFQuestionCircleIcon)`
margin-left: 10px;
Expand Down

0 comments on commit 68426da

Please sign in to comment.