Skip to content

Commit

Permalink
Web UI - Error when creating cloudlet pool because it is adding the w…
Browse files Browse the repository at this point in the history
…rong cloudlet to wrong region (#138)
  • Loading branch information
SmithLeeBic authored Feb 12, 2020
1 parent 9e9dc47 commit 33083f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/container/siteFourCreateFormDefault.js
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,10 @@ class SiteFourCreateFormDefault extends React.Component {
}

handleRegionChange = (key, value) => {

/** refresh selected item on dualListBox*/
this.setState({selected: []})
/** refresh stacked item on hidden box */
this.setState({invisibleValue:[]})
}

AddPorts = (e) => {
Expand Down

0 comments on commit 33083f9

Please sign in to comment.