feat: show sessions.

This commit is contained in:
mattia
2025-01-05 11:50:18 +01:00
parent d5ec184761
commit b50d8059ac
3 changed files with 6 additions and 0 deletions

View File

@@ -75,6 +75,10 @@ function SessionsTable({
}) {
const columns = useMemo<MRT_ColumnDef<GetSessionsResponse["sessions"][0]>[]>(
() => [
{
accessorKey: "save_id",
header: "Save ID",
},
{
accessorKey: "id",
header: "ID",