Skip to content

Commit

Permalink
Merge pull request #1907 from jfromaniello/fix_1906
Browse files Browse the repository at this point in the history
fix issue #1906 - remove extension from import
  • Loading branch information
lbalmaceda authored Jul 23, 2020
2 parents 3633c8f + 17b853d commit 0c434e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/field/captcha/captcha_pane.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as l from '../../core/index';
import { swap, updateEntity } from '../../store/index';
import * as captchaField from '../captcha';
import { getFieldValue, isFieldVisiblyInvalid } from '../index';
import { ReCAPTCHA } from './recaptchav2.jsx';
import { ReCAPTCHA } from './recaptchav2';

export default class CaptchaPane extends React.Component {
render() {
Expand Down

0 comments on commit 0c434e1

Please sign in to comment.