ulepszone zapamiętywanie zakładek statystyk w dzienniku

This commit is contained in:
2023-12-08 17:14:49 +01:00
parent 71e5044cb4
commit d875433d56
6 changed files with 44 additions and 65 deletions
@@ -184,8 +184,6 @@ export default defineComponent({
watch: {
async 'store.driverStatsName'() {
await this.fetchDriverStats();
// if (value) this.store.currentStatsTab = 'driver';
},
async 'searchersValues.search-driver'(value: string | undefined) {