Skip to content

Commit 46a83b3

Browse files
committed
feat: add default merge strategy flag
1 parent 44dabaa commit 46a83b3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiff.utils.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ const getDiffHeading = <DeploymentTemplate extends boolean>(
442442
if (isApprovalPending) {
443443
return (
444444
<div className="flexbox dc__align-items-center dc__gap-8 ">
445-
<ICStamp className="icon-dim-16 scv-5" />
445+
<ICStamp className="icon-dim-16 scv-5 dc__no-shrink" />
446446
<span className="fs-12 fw-6 cv-5">Approval pending</span>
447447
</div>
448448
)

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
* limitations under the License.
1515
*/
1616

17+
import { OverrideMergeStrategyType } from '@Pages/Applications'
18+
1719
export interface customEnv {
1820
SENTRY_ENV?: string
1921
SENTRY_ERROR_ENABLED?: boolean
@@ -88,6 +90,7 @@ export interface customEnv {
8890
FEATURE_PROMO_EMBEDDED_MODAL_TITLE?: string
8991
FEATURE_PROMO_EMBEDDED_IFRAME_URL?: string
9092
FEATURE_BULK_RESTART_WORKLOADS_FROM_RB: string
93+
FEATURE_DEFAULT_MERGE_STRATEGY?: OverrideMergeStrategyType
9194
}
9295
declare global {
9396
interface Window {

0 commit comments

Comments
 (0)