feat: show sessions.
This commit is contained in:
@@ -75,6 +75,10 @@ function SessionsTable({
|
||||
}) {
|
||||
const columns = useMemo<MRT_ColumnDef<GetSessionsResponse["sessions"][0]>[]>(
|
||||
() => [
|
||||
{
|
||||
accessorKey: "save_id",
|
||||
header: "Save ID",
|
||||
},
|
||||
{
|
||||
accessorKey: "id",
|
||||
header: "ID",
|
||||
|
||||
Reference in New Issue
Block a user