From bb1cd203b9c0ff2d4994d11d5c81ad1903ad5e63 Mon Sep 17 00:00:00 2001 From: Oshanath Rajawasam Date: Wed, 2 Oct 2024 12:28:02 +0530 Subject: [PATCH] Disable the certificate save button when business plan is empty --- .../Details/Endpoints/GeneralConfiguration/UploadCertificate.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/portals/publisher/src/main/webapp/source/src/app/components/Apis/Details/Endpoints/GeneralConfiguration/UploadCertificate.jsx b/portals/publisher/src/main/webapp/source/src/app/components/Apis/Details/Endpoints/GeneralConfiguration/UploadCertificate.jsx index d0b690a2471..f179ac2e673 100644 --- a/portals/publisher/src/main/webapp/source/src/app/components/Apis/Details/Endpoints/GeneralConfiguration/UploadCertificate.jsx +++ b/portals/publisher/src/main/webapp/source/src/app/components/Apis/Details/Endpoints/GeneralConfiguration/UploadCertificate.jsx @@ -500,6 +500,7 @@ export default function UploadCertificate(props) { || isSaving || isAliasIncluded() || isRejected + || policy === '' } >