This is an automated email from the ASF dual-hosted git repository.

liudongkai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 08ca57e4e8 [BUG][UI] Flink task display right version and deploy mode 
(#13628)
08ca57e4e8 is described below

commit 08ca57e4e8aa490cb63d4b24d955d1a5ee224c0d
Author: Aaron Wang <[email protected]>
AuthorDate: Thu Mar 2 19:42:16 2023 +0800

    [BUG][UI] Flink task display right version and deploy mode (#13628)
---
 .../src/views/projects/task/components/node/fields/use-flink.ts         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-flink.ts
 
b/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-flink.ts
index f47e884716..fc9426794b 100644
--- 
a/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-flink.ts
+++ 
b/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-flink.ts
@@ -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 [

Reply via email to