chore: removed guests from assignees filters (#6402)
This commit is contained in:
parent
75d14e7c3a
commit
0345336d90
3 changed files with 20 additions and 1 deletions
|
|
@ -246,6 +246,7 @@ export const ProjectViewIssuesHeader: React.FC = observer(() => {
|
|||
layoutDisplayFiltersOptions={
|
||||
activeLayout ? ISSUE_DISPLAY_FILTERS_BY_LAYOUT.issues[activeLayout] : undefined
|
||||
}
|
||||
projectId={projectId.toString()}
|
||||
labels={projectLabels}
|
||||
memberIds={projectMemberIds ?? undefined}
|
||||
states={projectStates}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue