From f0b6315d762f6bf954601c90713a7f321f9a582b Mon Sep 17 00:00:00 2001 From: lethemanh Date: Wed, 9 Apr 2025 15:32:14 +0700 Subject: [PATCH] Fix bug show incorrect buttons when creating document success --- .../file-uploads/pending-root-components/pending-root-row.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdrive/frontend/src/app/components/file-uploads/pending-root-components/pending-root-row.tsx b/tdrive/frontend/src/app/components/file-uploads/pending-root-components/pending-root-row.tsx index c41fedbc..a65fa59b 100644 --- a/tdrive/frontend/src/app/components/file-uploads/pending-root-components/pending-root-row.tsx +++ b/tdrive/frontend/src/app/components/file-uploads/pending-root-components/pending-root-row.tsx @@ -147,7 +147,7 @@ const PendingRootRow = ({

- {isUploadCompleted && root.id ? ( + {isUploadCompleted ? (