import Scrollable from "@/components/Common/Scrollable"; import { Col, FormGroup } from "reactstrap"; import Swal from "sweetalert2"; function PermohonanPT({ data, title = null, role }) { const handleOpenAlert = () => { Swal.fire({ icon: 'error', title: 'Oops...', html: 'Maaf anda tidak memiliki akses untuk menyelesaikan
proses ini.
', confirmButtonColor: "#3e3a8e", confirmButtonText: 'Oke' }) }; return ( <>{title || "Permohonan dari PT"}
> ); } export default PermohonanPT;