feat: added filter 'created_by' (#524)
* feat: clear filter button * feat: added filter 'created_by' * style: text align left for all the issues in filters dropdown
This commit is contained in:
parent
02f423bcb6
commit
f3583f6415
7 changed files with 251 additions and 125 deletions
|
|
@ -59,6 +59,7 @@ const useIssuesView = () => {
|
|||
issue__labels__id: filters?.issue__labels__id
|
||||
? filters?.issue__labels__id.join(",")
|
||||
: undefined,
|
||||
created_by: filters?.created_by ? filters?.created_by.join(",") : undefined,
|
||||
};
|
||||
|
||||
const { data: projectIssues } = useSWR(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue