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