Skip to content

Commit ab27214

Browse files
fix sub-table settings not saved on refresh
1 parent 06b5caf commit ab27214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/comps/tableComp/column/tableColumnListComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export class ColumnListComp extends ColumnListTmpComp {
106106
type: "dataChanged",
107107
...param,
108108
},
109-
false
109+
true
110110
);
111111
}
112112

0 commit comments

Comments
 (0)