Skip to content

Commit

Permalink
Fix issue with userPublic model
Browse files Browse the repository at this point in the history
  • Loading branch information
big213 committed Mar 1, 2021
1 parent 6b5881d commit 03de781
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/models/special/userPublic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ export const UserPublic = {
operator: 'eq',
value: item.id,
},
{
field: 'created_by.is_public',
operator: 'eq',
value: true,
},
]
},
},
Expand Down

0 comments on commit 03de781

Please sign in to comment.