Closed rszwajko closed 5 months ago
Attention: Patch coverage is 0%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 42.12%. Comparing base (
b654645
) to head (bf256b3
). Report is 163 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
...c/app/hooks/table-controls/sorting/useSortState.ts | 0.00% | 5 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Before, initialSort property passed as parameter to useTableControlState() hook was not used as default value. Instead the defaults were calculated based on available sortable columns.