diff --git a/frontend/src/pages/cert-manager/CertificatesPage/components/CertificatesTable.tsx b/frontend/src/pages/cert-manager/CertificatesPage/components/CertificatesTable.tsx index 114af06e1..9bccff31d 100644 --- a/frontend/src/pages/cert-manager/CertificatesPage/components/CertificatesTable.tsx +++ b/frontend/src/pages/cert-manager/CertificatesPage/components/CertificatesTable.tsx @@ -64,7 +64,7 @@ type Props = { handlePopUpOpen: ( popUpName: keyof UsePopUpState< [ - "certificateIssuance", + "issueCertificate", "deleteCertificate", "revokeCertificate", "certificateCert", @@ -297,7 +297,7 @@ export const CertificatesTable = ({ handlePopUpOpen }: Props) => { !isAllowed && "pointer-events-none cursor-not-allowed opacity-50" )} onClick={async () => - handlePopUpOpen("certificateIssuance", { + handlePopUpOpen("issueCertificate", { serialNumber: certificate.serialNumber }) }