fix(EventsPage): set default discipline to Archerie on start

This commit is contained in:
Orangerot 2024-08-16 18:13:50 +02:00
parent 4c5cd95b85
commit d97283a380

View file

@ -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);