Skip to content

Commit

Permalink
fix Single File UI listing view
Browse files Browse the repository at this point in the history
  • Loading branch information
wellingguzman committed Oct 28, 2016
1 parent 478a4da commit 075efcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/uis/single_file.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ define([
}
},
list: function(options) {
var model = options.model;
var model = options.value;
//@TODO: Have this not be hardcoded
if(!model.get('type') && model.get(options.schema.id) instanceof Backbone.Model) {
model = model.get(options.schema.id);
Expand Down

0 comments on commit 075efcd

Please sign in to comment.