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