Fix merge conflict
This commit is contained in:
@ -81,7 +81,7 @@ export function TableHeader<SortField>({
|
|||||||
isPrimaryButton
|
isPrimaryButton
|
||||||
/>
|
/>
|
||||||
<SortDropdownButton<SortField>
|
<SortDropdownButton<SortField>
|
||||||
context={TableContext}
|
context={TableRecoilScopeContext}
|
||||||
isSortSelected={sorts.length > 0}
|
isSortSelected={sorts.length > 0}
|
||||||
availableSorts={availableSorts || []}
|
availableSorts={availableSorts || []}
|
||||||
onSortSelect={sortSelect}
|
onSortSelect={sortSelect}
|
||||||
|
|||||||
Reference in New Issue
Block a user