From f54b1cb25bcd04fe7916c81dcbb75b5f8deb56b2 Mon Sep 17 00:00:00 2001 From: amel Date: Tue, 28 Jan 2025 12:42:27 +0800 Subject: [PATCH] upd: button unduh dokumen divisi --- .../document/ui/navbar_document_division.tsx | 37 ++++++++++--------- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/src/module/document/ui/navbar_document_division.tsx b/src/module/document/ui/navbar_document_division.tsx index c464d9d..1cbdeac 100644 --- a/src/module/document/ui/navbar_document_division.tsx +++ b/src/module/document/ui/navbar_document_division.tsx @@ -345,24 +345,25 @@ export default function NavbarDocumentDivision() { > - { - if (selectedFiles.length > 0 && copyAllowed) { - onDownload("selected"); - } - }} - > - 0 && copyAllowed - ? "white" - : "#656060" - } - /> + + { + if (selectedFiles.length > 0 && copyAllowed) { + onDownload("selected"); + } + }} + > + 0 && copyAllowed + ? "white" + : "#656060" + } + /> +