fix: spreadsheet views sorting (#3683)

* fix sorting in spreadsheet all issues

* removing focus border since it is being handled globally
This commit is contained in:
rahulramesha 2024-02-16 18:20:44 +05:30 committed by GitHub
parent 7628419a26
commit 85a8af5125
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -88,7 +88,7 @@ export const BaseSpreadsheetRoot = observer((props: IBaseSpreadsheetRoot) => {
viewId
);
},
[issueFiltersStore, projectId, workspaceSlug, viewId]
[issueFiltersStore?.updateFilters, projectId, workspaceSlug, viewId]
);
const renderQuickActions = useCallback(