Skip to content

Commit

Permalink
fix(file): display error message for multiple files
Browse files Browse the repository at this point in the history
ref: MANAGER-15044

Signed-off-by: Jacques Larique <[email protected]>
  • Loading branch information
Jacques Larique committed Sep 4, 2024
1 parent d5e240b commit cca01d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/file/src/js/file.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<span class="oui-file-ellipsis__size" ng-bind="file.infos.size"></span>
</span>
<span class="oui-file-attachments__error"
ng-if="file.errors && file.errors.maxsize"
ng-if="file.errors"
ng-bind="::$ctrl.translations.maxsizeError">
</span>
</span>
Expand Down

0 comments on commit cca01d1

Please sign in to comment.