From 0d818b744833598dd64e50031dd6def2bd55c310 Mon Sep 17 00:00:00 2001 From: florian <> Date: Sun, 14 Jul 2024 13:07:46 +0200 Subject: [PATCH] fix: Fixed upload fail on window refresh --- src/components/BlobList/BlobList.tsx | 14 ++++++-------- src/utils/useEvent.ts | 1 + 2 files changed, 7 insertions(+), 8 deletions(-) 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) =>