updated living space add list updagte
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user