This commit is contained in:
hanif salafi 2025-08-27 09:06:15 +07:00
commit 14e21a3193
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ const ReportTable = () => {
return (
<div>
<Dialog open={openPreview} onOpenChange={setOpenPreview}>
<DialogContent className="min-w-max h-[500px] p-0 overflow-hidden">
<DialogContent className="min-w-max h-[700px] p-0 overflow-hidden">
<DialogHeader className="p-4 border-b">
<DialogTitle>Preview Laporan</DialogTitle>
</DialogHeader>