mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge pull request #1314 from Human-Connection/1308-fix_broken_graphql_query
Fix #1308
This commit is contained in:
commit
8aa8be3152
@ -114,7 +114,7 @@ export default {
|
||||
if (this.hashtag) {
|
||||
filter = {
|
||||
...filter,
|
||||
tags_some: { name: this.hashtag },
|
||||
tags_some: { id: this.hashtag },
|
||||
}
|
||||
}
|
||||
return filter
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user