We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22372b commit 1173ef0Copy full SHA for 1173ef0
src/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryConfigDiffCompare.tsx
@@ -70,7 +70,9 @@ export const DeploymentHistoryConfigDiffCompare = ({
70
// Set fullscreen for comparing deployment history config
71
setFullScreenView(true)
72
// Set default initial sorting
73
- handleSorting(DEPLOYMENT_CONFIG_DIFF_SORT_KEY)
+ if (sortBy !== DEPLOYMENT_CONFIG_DIFF_SORT_KEY) {
74
+ handleSorting(DEPLOYMENT_CONFIG_DIFF_SORT_KEY)
75
+ }
76
77
return () => {
78
setConvertVariables(false)
0 commit comments