Fix bug sort by room

This commit is contained in:
2023-10-31 09:03:46 +07:00
parent ea1a13da6e
commit aee4830e4a
+1 -1
View File
@@ -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} />