Skip to content

Commit

Permalink
Merge pull request #2533 from replicatedhq/stefan/sc-42966/diff-viewe…
Browse files Browse the repository at this point in the history
…r-showing-wrong-changes

use correct property name in MonacoDiffEditor to fix version diff view
  • Loading branch information
stefanrepl committed Feb 17, 2022
2 parents bc1c716 + 5e5798e commit cfffc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/shared/DiffEditor.jsx
Expand Up @@ -40,7 +40,7 @@ export default class DiffEditor extends React.Component {
height="100%"
language="yaml"
original={original || ""}
value={value || ""}
modified={value || ""}
onChange={this.onEditorValuesLoaded}
options={{
enableSplitViewResizing: true,
Expand Down

0 comments on commit cfffc01

Please sign in to comment.