feat: change edit cluster

Signed-off-by: zhaoxinxin <1186037180@qq.com>
This commit is contained in:
zhaoxinxin 2024-09-10 16:08:40 +08:00
parent c4fbb7a01d
commit 1e3a682d03
No known key found for this signature in database
GPG Key ID: 1CE716624D1931D1
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ export default function EditCluster() {
label: 'IDC',
enterMultiple: true,
scopesFormProps: {
value: cluster?.scopes?.idc ? cluster?.scopes?.idc.split('|') : [] || [],
value: idc?.split('|') || [],
options: [],
onChange: (_e: any, newValue: any) => {