mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-12 20:58:33 +00:00
Fix #3238
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
selected: this.value,
|
||||
selected: this.value ?? 0,
|
||||
budgets: [],
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user