IO-3014 TimeTicket UI Sort

Signed-off-by: Allan Carr <allan.carr@thinkimex.com>
This commit is contained in:
Allan Carr
2024-10-31 10:48:40 -07:00
parent 9b67148522
commit 830f6c0eea
2 changed files with 2 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ export function TimeTicketList({
extra
}) {
const [state, setState] = useState({
sortedInfo: {},
sortedInfo: { columnKey: 'date', order: 'descend' },
filteredInfo: { text: "" }
});