Skip to content

Commit afee482

Browse files
shengbinxuxushengbin
andauthored
config history diff, collapse identical rows (#12608)
Co-authored-by: xushengbin <[email protected]>
1 parent feb4c09 commit afee482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console-ui/src/components/DiffEditorDialog/DiffEditorDialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class DiffEditorDialog extends React.Component {
7373
theme: 'xq-light',
7474
highlightDifferences: true,
7575
connect: 'align',
76-
collapseIdentical: false,
76+
collapseIdentical: true,
7777
revertButtons: typeof this.props.publishConfig === 'function',
7878
});
7979
}

0 commit comments

Comments
 (0)