Skip to content

Commit

Permalink
Switching multiple data sources, displaying field errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sdhzwc committed Nov 7, 2024
1 parent 26b1ae9 commit 7dff0eb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dolphinscheduler-ui/src/views/datasource/list/use-form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,15 @@ export function useForm(id?: number) {
} else {
state.showPrincipal = false
}

state.showRestEndpoint = false
state.showNamespace = false
state.showKubeConfig = false
state.showAccessKeyId = false
state.showAccessKeySecret = false
state.showRegionId = false
state.showEndpoint = false

if (
type === 'SSH' ||
type === 'ZEPPELIN' ||
Expand Down

0 comments on commit 7dff0eb

Please sign in to comment.