fix: persist request execution context between tabs (#4284)

This commit is contained in:
Nivedin
2024-08-22 22:40:21 +05:30
committed by GitHub
parent 0218555909
commit f115c4ab8e
3 changed files with 18 additions and 7 deletions

View File

@@ -539,6 +539,7 @@ export const REST_TAB_STATE_SCHEMA = z
responseTabPreference: z.optional(z.string()),
optionTabPreference: z.optional(z.enum(validRestOperations)),
inheritedProperties: z.optional(HoppInheritedPropertySchema),
cancelFunction: z.optional(z.function()),
})
.strict(),
})