Skip to content

Commit 07ca0a8

Browse files
committed
window option removed
1 parent 4b9f929 commit 07ca0a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/app/list-new/AppList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ export default function AppList({ isSuperAdmin, appListCount, isArgoInstalled }:
915915
Helm Apps
916916
</a>
917917
</li>
918-
{window?._env_?.ENABLE_EXTERNAL_ARGO_CD && (
918+
{window._env_?.ENABLE_EXTERNAL_ARGO_CD && (
919919
<li className="tab-list__tab">
920920
<a
921921
className={`tab-list__tab-link ${

0 commit comments

Comments
 (0)