chore: removed guests from assignees filters (#6402)

This commit is contained in:
Vamsi Krishna 2025-01-15 16:05:56 +05:30 committed by GitHub
parent 75d14e7c3a
commit 0345336d90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 20 additions and 1 deletions

View file

@ -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}