Skip to content

Commit

Permalink
fixed broken filter method
Browse files Browse the repository at this point in the history
  • Loading branch information
eneufeld committed Nov 12, 2015
1 parent 6f9eb0c commit a74b65d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class MasterDetailRenderer implements JSONForms.IRenderer {
result[key] = value;
}
});
return result;
}
return control;
}
Expand Down

0 comments on commit a74b65d

Please sign in to comment.