Skip to content

Commit

Permalink
Merge pull request #6322 from jacobtylerwalls/file-upload-messages-type
Browse files Browse the repository at this point in the history
Improve typing of FileUploadState.messages
  • Loading branch information
tugcekucukoglu authored Sep 10, 2024
2 parents 2a9fffe + bb4ef58 commit ecd29f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/primevue/src/fileupload/FileUpload.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ export interface FileUploadState {
/**
* Current messages.
*/
messages: any[];
messages: string[] | null;
/**
* Current progress state as a number.
*/
Expand Down

0 comments on commit ecd29f7

Please sign in to comment.