mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Fix History restore and diff truncation edge cases
This commit is contained in:
@@ -2430,6 +2430,7 @@ export const ProjectCheckoutLitePayloadSchema = z.union([
|
||||
export const ProjectPlacementPayloadSchema = z.object({
|
||||
projectKey: z.string(),
|
||||
projectName: z.string(),
|
||||
workspaceName: z.string().nullable().optional(),
|
||||
checkout: ProjectCheckoutLitePayloadSchema,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user