1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-01-24 07:50:00 +00:00

Update SearchResults component

This commit is contained in:
Daniel Supernault 2019-04-01 21:48:20 -06:00
parent 7903d61699
commit 680387e35b
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -117,7 +117,7 @@ export default {
this.fetchSearchResults();
},
mounted() {
$('.search-form input').val(this.query);
$('.search-bar input').val(this.query);
},
updated() {