Skip to content

Commit

Permalink
feat: task filters in url
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Jul 29, 2024
1 parent e05d358 commit d3e2bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/component/task/taskFilter/taskFilterUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export const filterEmpty = (filter: TaskFilterType) => {
return (
!filter.assignees?.length &&
!filter.languages?.length &&
!filter.type?.length
!filter.types?.length
);
};

0 comments on commit d3e2bb4

Please sign in to comment.