fix: reset the subnet list when create cluster instance
the subnet list was not changed when the fixed network changed, fix the update context to solve this problem Change-Id: I2882a63e58c5b2843b9c8e6070b6708d16c40b94
This commit is contained in:
@@ -164,8 +164,6 @@ export class StepNetworks extends Base {
|
||||
onChange: (value) => {
|
||||
this.updateContext({
|
||||
fixedNetwork: value,
|
||||
});
|
||||
this.updateContext({
|
||||
fixedSubnet: {
|
||||
selectedRowKeys: [],
|
||||
selectedRows: [],
|
||||
|
Reference in New Issue
Block a user