We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e240b commit cca01d1Copy full SHA for cca01d1
packages/components/file/src/js/file.html
@@ -141,7 +141,7 @@
141
<span class="oui-file-ellipsis__size" ng-bind="file.infos.size"></span>
142
</span>
143
<span class="oui-file-attachments__error"
144
- ng-if="file.errors && file.errors.maxsize"
+ ng-if="file.errors"
145
ng-bind="::$ctrl.translations.maxsizeError">
146
147
0 commit comments