From c8867d608121865e4e12e9b0dca5ffacee278bc1 Mon Sep 17 00:00:00 2001 From: Montassar Ghanmy Date: Mon, 10 Mar 2025 09:51:24 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20resetting=20root=20on=20re?= =?UTF-8?q?-upload=20(#847)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../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 8a0970c5..b447db85 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 @@ -167,7 +167,7 @@ const PendingRootRow = ({ !['cancelled', 'failed'].includes(root.status) && root?.status !== 'error' && ( <> - {root.status === 'failed' ? ( + {root.status === 'paused' ? (