mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 20:01:59 +00:00
Fix bug sort by room
This commit is contained in:
@@ -158,7 +158,7 @@ const UserTable = ({
|
||||
label: 'Sort by identified code',
|
||||
},
|
||||
{ value: 'phone', label: 'Sort by phone' },
|
||||
{ value: 'room', label: 'Sort by room' },
|
||||
{ value: 'roomId', label: 'Sort by room' },
|
||||
]}
|
||||
/>
|
||||
<Search setPhoneSearch={setPhoneSearch} />
|
||||
|
||||
Reference in New Issue
Block a user