[BUG][UI] Flink task display right version and deploy mode (#13628)

This commit is contained in:
Aaron Wang 2023-03-02 19:42:16 +08:00 committed by GitHub
parent 7c97febefb
commit 08ca57e4e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ export function useFlink(model: { [field: string]: any }): IJsonItem[] {
)
watchEffect(() => {
model.flinkVersion = model.programType === 'SQL' ? '>=1.13' : '<1.10'
model.flinkVersion = model.programType === 'SQL' ? '>=1.13' : model.flinkVersion
})
return [