Skip to content

Commit

Permalink
fix: added displayname
Browse files Browse the repository at this point in the history
  • Loading branch information
fluid-design-io committed Oct 25, 2023
1 parent 68d8b62 commit 50e51fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/components/core/image-drag-and-drop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,6 @@ const ImageDragAndDrop = forwardRef(
},
);

ImageDragAndDrop.displayName = "ImageDragAndDrop";

export default ImageDragAndDrop;
3 changes: 3 additions & 0 deletions apps/web/components/toolbar/plugin/upload-image.plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -505,4 +505,7 @@ function UploadImaagePlugin() {
</motion.div>
);
}

UploadImaagePlugin.displayName = "UploadImaagePlugin";

export default UploadImaagePlugin;

0 comments on commit 50e51fd

Please sign in to comment.