fix: resolve GraphQL collection tree and tab dissociation issues (#4537)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user