mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update SearchResults component
This commit is contained in:
parent
7903d61699
commit
680387e35b
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ export default {
|
|||
this.fetchSearchResults();
|
||||
},
|
||||
mounted() {
|
||||
$('.search-form input').val(this.query);
|
||||
$('.search-bar input').val(this.query);
|
||||
},
|
||||
updated() {
|
||||
|
||||
|
|
Loading…
Reference in a new issue