diff --git a/ui/app/(prowler)/alerts/_components/alert-form-modal.tsx b/ui/app/(prowler)/alerts/_components/alert-form-modal.tsx index 8a9effd890..409055b2bd 100644 --- a/ui/app/(prowler)/alerts/_components/alert-form-modal.tsx +++ b/ui/app/(prowler)/alerts/_components/alert-form-modal.tsx @@ -594,22 +594,31 @@ const AlertFormModalContent = ({ {errors.root && (
{errors.root}
)} -
- - {editingAlert && ( - + )} + - )} - +
diff --git a/ui/components/findings/table/finding-note-modal.tsx b/ui/components/findings/table/finding-note-modal.tsx index 4b4e3795a5..95e86051b5 100644 --- a/ui/components/findings/table/finding-note-modal.tsx +++ b/ui/components/findings/table/finding-note-modal.tsx @@ -235,7 +235,9 @@ export function FindingNoteModal({ -
+ {/* mt-3 lifts the gap-5 form spacing to 32px so the distance to the + footer matches the launch scan and alert modals. */} +