Skip to content

Commit

Permalink
feat: change edit cluster (#388)
Browse files Browse the repository at this point in the history
Signed-off-by: zhaoxinxin <[email protected]>
  • Loading branch information
Liam-Zhao authored Sep 10, 2024
1 parent c4fbb7a commit 10300ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/clusters/edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 10300ba

Please sign in to comment.