refactor: rename setSorts to onSortsUpdate
This commit is contained in:
@ -69,7 +69,7 @@ function People() {
|
||||
columns={peopleColumns}
|
||||
viewName="All People"
|
||||
viewIcon={faList}
|
||||
setSorts={setSorts}
|
||||
onSortsUpdate={setSorts}
|
||||
/>
|
||||
)}
|
||||
</StyledPeopleContainer>
|
||||
|
||||
Reference in New Issue
Block a user