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:
parent
7628419a26
commit
85a8af5125
5 changed files with 5 additions and 5 deletions
|
|
@ -88,7 +88,7 @@ export const BaseSpreadsheetRoot = observer((props: IBaseSpreadsheetRoot) => {
|
|||
viewId
|
||||
);
|
||||
},
|
||||
[issueFiltersStore, projectId, workspaceSlug, viewId]
|
||||
[issueFiltersStore?.updateFilters, projectId, workspaceSlug, viewId]
|
||||
);
|
||||
|
||||
const renderQuickActions = useCallback(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue