Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash committed Nov 27, 2023
1 parent cd82d5f commit fa8f6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/BugReportForm .tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interface BugReportFormData {
expectedBehavior: string
actualBehavior: string
reproducibility: string
attachments: any[]
attachments: UploadFile[]
contactName: string
contactEmail: string
}
Expand Down

0 comments on commit fa8f6a3

Please sign in to comment.