Skip to content

Commit 027b59f

Browse files
authored
feat: Integrate Namespace with Central Dashboard UI (#521)
Signed-off-by: Charles Thao <[email protected]>
1 parent 0fbbe7a commit 027b59f

File tree

1 file changed

+1
-1
lines changed
  • workspaces/frontend/src/shared/utilities

1 file changed

+1
-1
lines changed

workspaces/frontend/src/shared/utilities/const.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Theme } from 'mod-arch-kubeflow';
33

44
export const STYLE_THEME = asEnumMember(process.env.STYLE_THEME, Theme) || Theme.MUI;
55
export const DEPLOYMENT_MODE =
6-
asEnumMember(process.env.DEPLOYMENT_MODE, DeploymentMode) || DeploymentMode.Federated;
6+
asEnumMember(process.env.DEPLOYMENT_MODE, DeploymentMode) || DeploymentMode.Kubeflow;
77
export const DEV_MODE = process.env.APP_ENV === 'development';
88
export const POLL_INTERVAL = process.env.POLL_INTERVAL
99
? parseInt(process.env.POLL_INTERVAL)

0 commit comments

Comments
 (0)