This is an automated email from the ASF dual-hosted git repository. zihaoxiang pushed a commit to branch pull/13712/head in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
commit 60357ecbc0c1ff1406c169410e5c86ef1295a20f Author: wangtao <[email protected]> AuthorDate: Thu Mar 9 17:46:02 2023 +0800 fix: fix httpParams.value placeholder --- .../src/views/projects/task/components/node/fields/use-http.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-http.ts b/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-http.ts index 9e3a9af921..2fc5f8dee3 100644 --- a/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-http.ts +++ b/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-http.ts @@ -111,7 +111,7 @@ export function useHttp(model: { [field: string]: any }): IJsonItem[] { field: 'value', span: 6, props: { - placeholder: t('project.node.value_tips'), + placeholder: t('project.node.value_required_tips'), maxLength: 256 }, validate: {
