refactor: eliminate collectionID from tab saveContext
Collection ID can be inferred from request ID by removing last index from the path.
This commit is contained in:
@@ -21,11 +21,6 @@ export type HoppRESTSaveContext =
|
||||
*/
|
||||
providerID: string
|
||||
|
||||
/**
|
||||
* ID of the collection
|
||||
*/
|
||||
collectionID: string
|
||||
|
||||
/**
|
||||
* Path to the request in the collection tree
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user