Pull Request branch dev-clone to main #1
|
|
@ -189,8 +189,8 @@ export default function AspectFormModal() {
|
||||||
</AlertDialogDescription>
|
</AlertDialogDescription>
|
||||||
</AlertDialogHeader>
|
</AlertDialogHeader>
|
||||||
|
|
||||||
<ScrollArea className="h-[300px] p-4">
|
|
||||||
<form onSubmit={handleSubmit}>
|
<form onSubmit={handleSubmit}>
|
||||||
|
<ScrollArea className="h-[300px] p-4">
|
||||||
<div className="grid gap-4">
|
<div className="grid gap-4">
|
||||||
<div className="mb-4">
|
<div className="mb-4">
|
||||||
<Label htmlFor="name" className="block text-left mb-1">Nama Aspek</Label>
|
<Label htmlFor="name" className="block text-left mb-1">Nama Aspek</Label>
|
||||||
|
|
@ -266,6 +266,8 @@ export default function AspectFormModal() {
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
</ScrollArea>
|
||||||
|
|
||||||
<AlertDialogFooter>
|
<AlertDialogFooter>
|
||||||
<AlertDialogCancel disabled={isSubmitting}>Tutup</AlertDialogCancel>
|
<AlertDialogCancel disabled={isSubmitting}>Tutup</AlertDialogCancel>
|
||||||
{formType !== "detail" && (
|
{formType !== "detail" && (
|
||||||
|
|
@ -275,7 +277,6 @@ export default function AspectFormModal() {
|
||||||
)}
|
)}
|
||||||
</AlertDialogFooter>
|
</AlertDialogFooter>
|
||||||
</form>
|
</form>
|
||||||
</ScrollArea>
|
|
||||||
</AlertDialogContent>
|
</AlertDialogContent>
|
||||||
</AlertDialog>
|
</AlertDialog>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -198,6 +198,7 @@ export default function AssessmentRequestManagementFormModal({
|
||||||
],
|
],
|
||||||
})}
|
})}
|
||||||
|
|
||||||
|
</ScrollArea>
|
||||||
<div className="flex justify-end gap-4 mt-4">
|
<div className="flex justify-end gap-4 mt-4">
|
||||||
<Button
|
<Button
|
||||||
onClick={onClose}
|
onClick={onClose}
|
||||||
|
|
@ -228,7 +229,6 @@ export default function AssessmentRequestManagementFormModal({
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
</ScrollArea>
|
|
||||||
</DialogDescription>
|
</DialogDescription>
|
||||||
</DialogContent>
|
</DialogContent>
|
||||||
</Dialog>
|
</Dialog>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user