Skip to content

Commit

Permalink
fix: type error in selectlist component in company certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
shahmargi12 committed Sep 13, 2024
1 parent 1d1f41d commit 7d80bf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export interface UploadDocumentType {
expiryDate: string | undefined
}

export interface CertificateTypes {
export type CertificateTypes = {
certificateType: string
certificateVersion: string
}
Expand Down

0 comments on commit 7d80bf1

Please sign in to comment.