Browse Source

adjust the args of router in the dag (#12759)

3.2.0-release
calvin 2 years ago committed by GitHub
parent
commit
4c714cf9c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      dolphinscheduler-ui/src/views/projects/workflow/components/dag/dag-config.ts

3
dolphinscheduler-ui/src/views/projects/workflow/components/dag/dag-config.ts

@ -252,8 +252,7 @@ export const EDGE = {
router: {
name: 'er',
args: {
offset: 15,
direction: 'H',
offset: 12,
}
},
defaultLabel: {

Loading…
Cancel
Save