updated living space add list updagte

This commit is contained in:
2025-11-29 12:31:05 +03:00
parent eaca36573e
commit d22fc017df
35 changed files with 858 additions and 126 deletions

View File

@@ -26,6 +26,10 @@ export function DraggableRow({ row, selectedID }: { row: Row<z.infer<typeof sche
function getColumns(selectionHandler: (id: string, token: string) => void): ColumnDef<schemaType>[] {
return [
{
accessorKey: "_id",
header: "ID",
},
{
accessorKey: "buildType.token",
header: "Token",