dashpresshq/dashpress

View on GitHub
src/frontend/views/data/Table/hooks/useTableState.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function useTableState has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const useTableState = (
  contextKey: string,
  persistentFilters: IDataTableProps["persistentFilters"],
  defaultTableState?: IDataTableProps["defaultTableState"]
) => {
Severity: Minor
Found in src/frontend/views/data/Table/hooks/useTableState.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status