Skip to content

Commit b3923d7

Browse files
committed
code refactoring
1 parent 1450d9c commit b3923d7

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/components/v2/appDetails/k8Resource/nodeDetail/NodeDetailTabs/Manifest.component.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -446,9 +446,7 @@ function ManifestComponent({
446446
}
447447
className="flex left"
448448
>
449-
{/* {!isEditmode && secretViewAccess && renderShowDecodedValueCheckbox()} */}
450-
{ renderShowDecodedValueCheckbox()}
451-
449+
{renderShowDecodedValueCheckbox()}
452450
</CodeEditor.Information>
453451
)}
454452
{activeTab === 'Compare' && (

src/config/constants.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,5 +811,4 @@ export const ENV_ALREADY_EXIST_ERROR = 'Deployment pipeline already exists for t
811811
export const CVE_ID_NOT_FOUND = "CVE ID not found"
812812
export const CONFIGURE_LINK_NO_NAME = "Please provide name for the tool you want to link"
813813
export const NO_HOST_URL = "Please enter host url"
814-
export const WEBHOOK_NO_API_TOKEN_ERROR = "API Token is required to execute webhook"
815-
export const IS_NON_ADMIN_USER_DATA = "++++++++"
814+
export const WEBHOOK_NO_API_TOKEN_ERROR = "API Token is required to execute webhook"

0 commit comments

Comments
 (0)