Skip to content

Commit 4947707

Browse files
ismaelgafigo
authored andcommitted
Use title from schema if dynamic is not set
1 parent d6163c9 commit 4947707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fields/utils/wrapped.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ var propsForWrapper = function(props, section) {
9494
}
9595

9696
propsFW = ou.merge(propsFW, {
97-
title : title,
97+
title : title || propsFW.title,
9898
moveUp : props.moveUp,
9999
moveDown : props.moveDown,
100100
canMoveUp : props.canMoveUp,

0 commit comments

Comments
 (0)