[WEB-1215] chore: display favorite module filter in applied filter section. (#4402)

* [WEB-1215] chore: display `favorite module` filter in applied filter section.

* fix: build errors.
This commit is contained in:
Prateek Shourya 2024-05-08 13:40:58 +05:30 committed by GitHub
parent cc4bb385fe
commit 1cbbddb1be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 61 additions and 21 deletions

View file

@ -64,6 +64,7 @@ export const ArchivedModuleLayoutRoot: React.FC = observer(() => {
handleClearAllFilters={() => clearAllFilters(projectId.toString(), "archived")}
handleRemoveFilter={handleRemoveFilter}
alwaysAllowEditing
isArchived
/>
</div>
)}