Skip to content

Commit

Permalink
fix missing 'KYUUBI' in droplist of datasource (#15140)
Browse files Browse the repository at this point in the history
Co-authored-by: kai.he01 <[email protected]>
  • Loading branch information
SusurHe and kai.he01 authored Nov 8, 2023
1 parent 2622685 commit 65a7c7f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ export function useDatasource(
id: 24,
code: 'SAGEMAKER',
disabled: false
},
{
id: 25,
code: 'KYUUBI',
disabled: false
}
]

Expand Down

0 comments on commit 65a7c7f

Please sign in to comment.