diff --git a/src/components/BlobList/BlobList.tsx b/src/components/BlobList/BlobList.tsx index 323d066..f4d64a3 100644 --- a/src/components/BlobList/BlobList.tsx +++ b/src/components/BlobList/BlobList.tsx @@ -100,7 +100,6 @@ const BlobList = ({ blobs, onDelete, title, className = '' }: BlobListProps) => const createNewCollection = () => { // TODO Show new collction dialog - console.log('Show new collction dialog'); }; @@ -116,26 +115,25 @@ const BlobList = ({ blobs, onDelete, title, className = '' }: BlobListProps) =>
- - +
-