Skip to content

Commit

Permalink
Add maxFilesize undefined symbolic display msg
Browse files Browse the repository at this point in the history
  • Loading branch information
khodgkinson-he authored Mar 12, 2024
1 parent 8fbb9d6 commit 14e7e17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ define([
var mfs = "Missing maxFilesize";
self.card.widgets().forEach(function(widget){
if (widget.node_id() === self.fileListNodeId) {
mfs = widget.config.maxFilesize();
mfs = widget.config.maxFilesize() || "--";
}
});
return mfs;
Expand Down

0 comments on commit 14e7e17

Please sign in to comment.