From f8d15144039751f1a9c1756d80feb7e4e2135f42 Mon Sep 17 00:00:00 2001 From: Carlos Monastyrski Date: Thu, 6 Nov 2025 19:08:34 -0300 Subject: [PATCH] Rename the certificate issue modal to be more clear --- .../CertificatesPage/components/CertificatesTable.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }) }