Changes
1 changed files (+4/-0)
-
-
@@ -7,6 +7,7 @@ import { Button, Flex } from "@radix-ui/themes";import { type Workspace } from "@yamori/proto/yamori/workspace/v1/workspace_pb.js"; import { ListRequestSchema } from "@yamori/proto/yamori/worker/v1/list_request_pb.js"; import { ListResponseSchema } from "@yamori/proto/yamori/worker/v1/list_response_pb.js"; import { WorkerSchema } from "@yamori/proto/yamori/worker/v1/worker_pb.js"; import { type FC } from "react"; import * as Empty from "../../../components/Empty.ts";
-
@@ -26,6 +27,9 @@ request: {schema: ListRequestSchema, data: { workspaceId: workspace.id!, readMask: { fields: [WorkerSchema.field.id.number, WorkerSchema.field.displayName.number], }, }, }, response: {
-