Skip to content

Commit 960541c

Browse files
fix remove
1 parent 9de56b8 commit 960541c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/foam/u2/detail/RowPropertyView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ foam.CLASS({
6060
let label = self.prop.columnLabel;
6161
this.config = { label: label };
6262
this.dynamic(function(isRow_, mode) {
63-
// this.removeAllChildren();
63+
this.removeAllChildren();
6464
switch ( mode ) {
6565
case self.ControllerMode.CREATE:
6666
case self.ControllerMode.EDIT:

0 commit comments

Comments
 (0)