Missed a wire_onclick
This commit is contained in:
parent
61f9966fe0
commit
52cf1f6a4b
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ export default class NetworkDropdown extends React.Component {
|
||||||
}
|
}
|
||||||
|
|
||||||
_makeMenuOption(server, network, handleClicks) {
|
_makeMenuOption(server, network, handleClicks) {
|
||||||
if (handleClicks === undefined) wire_onclick = true;
|
if (handleClicks === undefined) handleClicks = true;
|
||||||
let icon;
|
let icon;
|
||||||
let name;
|
let name;
|
||||||
let span_class;
|
let span_class;
|
||||||
|
|
Loading…
Add table
Reference in a new issue