Skip to content

Commit cca01d1

Browse files
fix(file): display error message for multiple files
ref: MANAGER-15044 Signed-off-by: Jacques Larique <jacques.larique.ext@ovhcloud.com>
1 parent d5e240b commit cca01d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/file/src/js/file.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<span class="oui-file-ellipsis__size" ng-bind="file.infos.size"></span>
142142
</span>
143143
<span class="oui-file-attachments__error"
144-
ng-if="file.errors && file.errors.maxsize"
144+
ng-if="file.errors"
145145
ng-bind="::$ctrl.translations.maxsizeError">
146146
</span>
147147
</span>

0 commit comments

Comments
 (0)