Missed a wire_onclick

pull/2750/head
David Baker 2016-12-15 16:36:14 +00:00
parent 61f9966fe0
commit 52cf1f6a4b
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ export default class NetworkDropdown extends React.Component {
}
_makeMenuOption(server, network, handleClicks) {
if (handleClicks === undefined) wire_onclick = true;
if (handleClicks === undefined) handleClicks = true;
let icon;
let name;
let span_class;