forked from github/plane
fix: global view filters dropdown overflow issue (#2469)
* fix: global view filters dropdown overflow issue * chore: rename View to Display * fix: gap between dropdowns in header
This commit is contained in:
committed by
GitHub
parent
baa2621fe2
commit
f54a9502f8
@@ -99,7 +99,7 @@ export const ProjectViewIssuesHeader: React.FC = observer(() => {
|
||||
states={projectStore.states?.[projectId?.toString() ?? ""] ?? undefined}
|
||||
/>
|
||||
</FiltersDropdown>
|
||||
<FiltersDropdown title="View">
|
||||
<FiltersDropdown title="Display">
|
||||
<DisplayFiltersSelection
|
||||
displayFilters={issueFilterStore.userDisplayFilters}
|
||||
displayProperties={issueFilterStore.userDisplayProperties}
|
||||
|
||||
Reference in New Issue
Block a user