[Improvement-13884][UI] Improve the UI of flink sql task (#13885)

This commit is contained in:
Rick Cheng 2023-04-09 11:17:23 +08:00 committed by GitHub
parent 4439c1ec90
commit 1b6dbde470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -165,6 +165,9 @@ export function useFlink(model: { [field: string]: any }): IJsonItem[] {
field: 'rawScript',
span: scriptSpan,
name: t('project.node.script'),
props: {
language: 'sql'
},
validate: {
trigger: ['input', 'trigger'],
required: true,