Skip to content

Commit

Permalink
remove uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiggr committed Jun 17, 2022
1 parent 8c47c1e commit 8096e5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Widgets/AttachedImage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import { flattenToAppURL, getBaseUrl } from '@plone/volto/helpers';

import imageBlockSVG from '@plone/volto/components/manage/Blocks/Image/block-image.svg';
import { createContent } from '@plone/volto/actions';
import { v4 as uuid } from 'uuid';

import config from '@plone/volto/registry';

Expand Down Expand Up @@ -67,7 +66,6 @@ export class UnconnectedAttachedImageWidget extends Component {
super(props);
this.state = {
uploading: false,
uid: uuid(),
};

this.onDrop = this.onDrop.bind(this);
Expand Down

0 comments on commit 8096e5e

Please sign in to comment.