[WEB-1386] chore: fix update view button to right even if no filters are applied. (#4548)

This commit is contained in:
Prateek Shourya 2024-05-22 15:37:19 +05:30 committed by GitHub
parent fa332a9ba7
commit 1912f6948c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,14 +96,16 @@ export const ProjectViewAppliedFiltersRoot: React.FC = observer(() => {
return (
<div className="flex justify-between gap-4 p-4">
<AppliedFiltersList
appliedFilters={appliedFilters ?? {}}
handleClearAllFilters={handleClearAllFilters}
handleRemoveFilter={handleRemoveFilter}
labels={projectLabels ?? []}
states={projectStates}
alwaysAllowEditing
/>
<div>
<AppliedFiltersList
appliedFilters={appliedFilters ?? {}}
handleClearAllFilters={handleClearAllFilters}
handleRemoveFilter={handleRemoveFilter}
labels={projectLabels ?? []}
states={projectStates}
alwaysAllowEditing
/>
</div>
{!areFiltersEqual && (
<div>