Skip to content

Commit

Permalink
fix wrong file name
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Jan 15, 2020
1 parent eae370e commit e9969e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/blocks/calendly/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import icon from './icon';
import attributeDetails, { getValidatedAttributes } from './attributes';
import SubmitButton from '../../shared/submit-button';
import { getAttributesFromEmbedCode } from './utils';
import BlockStylesPreviewAndSelector from './BlockStylesPreviewAndSelector';
import BlockStylesPreviewAndSelector from './blockStylesPreviewAndSelector';

export default function CalendlyEdit( { attributes, className, clientId, setAttributes } ) {
const validatedAttributes = getValidatedAttributes( attributeDetails, attributes );
Expand Down

0 comments on commit e9969e2

Please sign in to comment.