Skip to content

Commit 8ffc5e8

Browse files
author
Bogdan Tsechoev
committed
Merge branch 'create-dblab-instance-page-beta7' into 'dle-4-0'
fix(ui): Create DBLab instance page: Update 4.0 beta.0 tag to beta.7 See merge request postgres-ai/database-lab!1007
2 parents bc9ea62 + 2dd5100 commit 8ffc5e8

File tree

1 file changed

+1
-1
lines changed
  • ui/packages/platform/src/components/DbLabInstanceForm/utils

1 file changed

+1
-1
lines changed

Diff for: ui/packages/platform/src/components/DbLabInstanceForm/utils/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { useCloudProviderProps } from 'hooks/useCloudProvider'
88
const API_SERVER = process.env.REACT_APP_API_SERVER
99
export const DEBUG_API_SERVER = 'https://v2.postgres.ai/api/general'
1010

11-
export const availableTags = ['3.5.0', '3.4.0', '4.0.0-beta.0']
11+
export const availableTags = ['3.5.0', '3.4.0', '4.0.0-beta.7']
1212

1313
export const sePackageTag = 'v1.4'
1414

0 commit comments

Comments
 (0)