Merge pull request #1314 from Human-Connection/1308-fix_broken_graphql_query

Fix #1308
This commit is contained in:
mattwr18 2019-08-21 09:34:50 +02:00 committed by GitHub
commit 8aa8be3152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ export default {
if (this.hashtag) {
filter = {
...filter,
tags_some: { name: this.hashtag },
tags_some: { id: this.hashtag },
}
}
return filter