Skip to content

Commit

Permalink
Merge pull request #771 from Oshanath/main
Browse files Browse the repository at this point in the history
Disable the certificate save button when business plan is empty
  • Loading branch information
ashera96 authored Oct 2, 2024
2 parents 8ef5a0f + bb1cd20 commit 6fd8306
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ export default function UploadCertificate(props) {
|| isSaving
|| isAliasIncluded()
|| isRejected
|| policy === ''
}
>
<FormattedMessage
Expand Down

0 comments on commit 6fd8306

Please sign in to comment.