webapp: Fixed typo in PinInfo dialogue
This commit is contained in:
parent
e4837d5c16
commit
cb4fd20a73
@ -94,7 +94,7 @@ export default defineComponent({
|
|||||||
comSel = 999999;
|
comSel = 999999;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (comCur == -1 || comCur == 255 || comSel == undefined) {
|
if (comCur == -1 || comCur == 255 || comCur == undefined) {
|
||||||
comCur = 999999;
|
comCur = 999999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user