mirror of
https://github.com/lnbits/lnbits.git
synced 2025-08-02 06:52:28 +02:00
fix: init filteredExtensions
with []
(#1543)
This commit is contained in:
@@ -3,7 +3,7 @@ new Vue({
|
||||
data: function () {
|
||||
return {
|
||||
searchTerm: '',
|
||||
filteredExtensions: null,
|
||||
filteredExtensions: [],
|
||||
maxStars: 5,
|
||||
user: null
|
||||
}
|
||||
|
Reference in New Issue
Block a user