mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-02-04 10:50:46 +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();
|
this.fetchSearchResults();
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
$('.search-form input').val(this.query);
|
$('.search-bar input').val(this.query);
|
||||||
},
|
},
|
||||||
updated() {
|
updated() {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue