[WEB-2294] fix: remove 'Add Project' button from archives route and remove it from the dropdown in header (#5469)

* fix: remove 'Add Project' button from archives route and remove it from the dropdown in header

* Improved Code Logic

* Fixed Clear All Button and UI Fixes
This commit is contained in:
Ketan Sharma 2024-08-30 19:08:35 +05:30 committed by GitHub
parent c1d3da0cab
commit 2e890e4d6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 14 additions and 18 deletions

View file

@ -51,15 +51,6 @@ export const ProjectFiltersSelection: React.FC<Props> = observer((props) => {
}
title="My projects"
/>
<FilterOption
isChecked={!!displayFilters.archived_projects}
onClick={() =>
handleDisplayFiltersUpdate({
archived_projects: !displayFilters.archived_projects,
})
}
title="Archived"
/>
</div>
{/* access */}