fix: search input on extension page (#3705)

This commit is contained in:
Tiago Vasconcelos
2026-01-12 12:39:48 +02:00
committed by GitHub
parent a185197e34
commit 5490367179
3 changed files with 31 additions and 2 deletions
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -26,7 +26,8 @@ window.PageExtensions = {
selectedRelease: null,
uninstallAndDropDb: false,
maxStars: 5,
paylinkWebsocket: null
paylinkWebsocket: null,
searchToggle: false
}
},
watch: {