Skip to content

Commit

Permalink
Update arches/app/media/js/views/components/cards/photo-gallery-card.js
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Walls <[email protected]>
  • Loading branch information
khodgkinson-he and jacobtylerwalls authored Mar 11, 2024
1 parent 4454f9a commit 8fbb9d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ define([
this.fileListNodeId = getfileListNode();

this.maxFilesize = ko.computed(function(){
var mfs = "Missing maxFilesize"
var mfs = "Missing maxFilesize";
self.card.widgets().forEach(function(widget){
if (widget.node_id() === self.fileListNodeId) {
mfs = widget.config.maxFilesize();
Expand Down

0 comments on commit 8fbb9d6

Please sign in to comment.