Skip to content

Commit

Permalink
fix: add missing defaultProps for file-input-field
Browse files Browse the repository at this point in the history
  • Loading branch information
kabaros committed Sep 25, 2024
1 parent 9436373 commit 19f8c77
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class FileInputFieldWithList extends Component {

buttonLabel: () => i18n.t('Upload a file'),
placeholder: () => i18n.t('No file uploaded yet'),
removeText: () => i18n.t('Remove'),
}

render() {
Expand Down

0 comments on commit 19f8c77

Please sign in to comment.