You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by so...@apache.org on 2022/03/16 08:04:48 UTC

[dolphinscheduler] branch dev updated (4ec2db9 -> 9cf5c6d)

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

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


    from 4ec2db9  [Fix][UI Next][V1.0.0-Alpha] Fix the language display error in project overview and home page. (#8925)
     add 9cf5c6d  [Fix] [UI Next][V1.0.0-Alpha] Fix pre task error when creating task in dag page. (#8928)

No new revisions were added by this update.

Summary of changes:
 .../workflow/components/dag/dag-save-modal.tsx     |  2 +-
 .../projects/workflow/components/dag/index.tsx     | 12 ++-
 .../projects/workflow/components/dag/types.ts      |  6 ++
 .../workflow/components/dag/use-cell-update.ts     | 31 +++++++-
 .../workflow/components/dag/use-task-edit.ts       | 90 ++++++++++++++--------
 5 files changed, 102 insertions(+), 39 deletions(-)