Skip to content

Commit

Permalink
config history diff, collapse identical rows
Browse files Browse the repository at this point in the history
  • Loading branch information
xushengbin authored and shengbinxu committed Sep 4, 2024
1 parent 38a204c commit 49a98e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class DiffEditorDialog extends React.Component {
theme: 'xq-light',
highlightDifferences: true,
connect: 'align',
collapseIdentical: false,
collapseIdentical: true,
revertButtons: typeof this.props.publishConfig === 'function',
});
}
Expand Down

0 comments on commit 49a98e2

Please sign in to comment.