Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

Commit 817f87a

Browse files
rawagnermareklibra
authored andcommitted
Make sure network is editable after initialization (#83)
1 parent 557905c commit 817f87a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Wizard/CreateVmWizard/NetworksTab.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ export class NetworksTab extends React.Component {
5050
errors,
5151
isBootable,
5252
renderConfig: 0,
53-
edit: false
53+
edit: false,
54+
editable: true
5455
}));
5556

5657
validateNetworksNamespace(props.networkConfigs, props.namespace, rows);

0 commit comments

Comments
 (0)