Browse Source

[Fix-10317] [ui] Fix the tips of startTimeout in the jupyter form (#10319)

Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>
(cherry picked from commit 3f2a21293d)
3.0.0/version-upgrade
aiwenmo 2 years ago committed by devosend
parent
commit
d95aa71383
  1. 2
      dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-jupyter.ts

2
dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-jupyter.ts

@ -146,7 +146,7 @@ export function useJupyter(model: { [field: string]: any }): IJsonItem[] {
field: 'startTimeout',
name: t('project.node.jupyter_start_timeout'),
props: {
placeholder: t('project.node.zeppelin_note_id_tips')
placeholder: t('project.node.jupyter_start_timeout_tips')
}
// validate: {
// trigger: ['input', 'blur'],

Loading…
Cancel
Save