Rename the certificate issue modal to be more clear

This commit is contained in:
Carlos Monastyrski
2025-11-06 19:08:34 -03:00
parent 283d7a702b
commit f8d1514403

View File

@@ -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
})
}