Skip to content

Commit e51f7dc

Browse files
committed
addede missing fix
1 parent 96ce83e commit e51f7dc

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.7.0-beta-3",
3+
"version": "1.7.0-patch-1",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryDiffView.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ const DeploymentHistoryDiffView = ({
7878
<CodeEditor
7979
key={codeEditorKey}
8080
value={editorValuesRHS}
81-
height="auto"
81+
defaultValue={editorValuesLHS}
82+
adjustEditorHeightToContent
8283
disableSearch
8384
readOnly
8485
noParsing

0 commit comments

Comments
 (0)