fix missing 'KYUUBI' in droplist of datasource (#15140)

Co-authored-by: kai.he01 <kai.he01@idiaoyan.com>
This commit is contained in:
Susur 2023-11-08 18:10:32 +08:00 committed by GitHub
parent 2622685784
commit 65a7c7f26b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -147,6 +147,11 @@ export function useDatasource(
id: 24,
code: 'SAGEMAKER',
disabled: false
},
{
id: 25,
code: 'KYUUBI',
disabled: false
}
]