Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaShakthi97 committed Mar 21, 2024
1 parent c2dba7e commit b11ee89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const ImportCertificate: FunctionComponent<ImportCertificatePropsInterfac
* 2. the state of the first step component
* so that they can be sent back if previous is clicked.
*
* @param {Certificate} data The alias and the PEM-encoded certificate string.
* @param data - The alias and the PEM-encoded certificate string.
* @param {string} name The alias of the certificate.
* @param {string} pem The PEM-encoded string.
* @param {string} fileDecoded The decoded `.cer` file content.
Expand Down

0 comments on commit b11ee89

Please sign in to comment.