Missed a wire_onclick

This commit is contained in:
David Baker 2016-12-15 16:36:14 +00:00
parent 61f9966fe0
commit 52cf1f6a4b

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;