fix: resolve GraphQL collection tree and tab dissociation issues (#4537)

This commit is contained in:
James George
2024-11-22 09:01:00 -08:00
committed by GitHub
parent 73f3e54c00
commit e040f44245
6 changed files with 78 additions and 24 deletions

View File

@@ -279,8 +279,7 @@ const HoppGQLSaveContextSchema = z.nullable(
.object({
originLocation: z.literal("user-collection"),
folderPath: z.string(),
// TODO: Investigate why this field is not populated at times
requestIndex: z.optional(z.number()),
requestIndex: z.number(),
})
.strict(),
z