fix(EventsPage): set default discipline to Archerie on start
This commit is contained in:
parent
4c5cd95b85
commit
d97283a380
|
@ -228,7 +228,7 @@ Page {
|
||||||
api: "WRG"
|
api: "WRG"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Component.onCompleted: currentIndex = 5;
|
||||||
onActivated: {
|
onActivated: {
|
||||||
if (currentIndex >= 0) {
|
if (currentIndex >= 0) {
|
||||||
console.log(currentValue.api);
|
console.log(currentValue.api);
|
||||||
|
|
Loading…
Reference in a new issue