Skip to content

Commit

Permalink
Restore metadata file store multiple files upload - initialize defaul…
Browse files Browse the repository at this point in the history
…t value for singleUpload (overridable)
  • Loading branch information
josegar74 committed Feb 11, 2025
1 parent c7ba90d commit fbf41ce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
? "public"
: attrs["visibility"];
scope.queue = [];
scope.singleUpload = true;

var input = element.find("input");
if (
Expand Down

0 comments on commit fbf41ce

Please sign in to comment.