fix: workspace view filters count fix (#2307)

This commit is contained in:
Anmol Singh Bhatia 2023-09-29 16:40:02 +05:30 committed by GitHub
parent f1879a404d
commit 4cab00ec79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 138 additions and 44 deletions

View file

@ -107,7 +107,6 @@ const ProjectViews: NextPage = () => {
<SingleViewItem
key={view.id}
view={view}
viewType="project"
handleEditView={() => handleEditView(view)}
handleDeleteView={() => handleDeleteView(view)}
/>