upd: dashboard admin

Deskripsi:
- view file seafile

No Issuesg
This commit is contained in:
2025-11-24 10:56:28 +08:00
parent e4a03e3a8f
commit 4c047324bc

View File

@@ -64,7 +64,7 @@ export default function ModalFile({ open, onClose, folder, fileName }: { open: b
{viewFile && ( {viewFile && (
<> <>
{typeFile == "pdf" ? ( {typeFile == "pdf" ? (
<embed src={viewFile} type="application/pdf" width="100%" height="100%" /> <embed src={viewFile} type="application/pdf" width="100%" height="950" />
) : ( ) : (
<Image <Image
radius="md" radius="md"