Skip to content

Commit 7d36108

Browse files
committed
Small bugg in builder when form has no type
1 parent a7d0579 commit 7d36108

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/schema-form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ angular.module('schemaForm').provider('sfBuilder', ['sfPathProvider', function(s
333333

334334
// Sanity check.
335335
if (!f.type) {
336-
return;
336+
return frag;
337337
}
338338

339339
var field = decorator[f.type] || decorator['default'];

0 commit comments

Comments
 (0)