fix: updates to collection level authorization and headers reflect at the request level straightaway
This commit is contained in:
@@ -402,8 +402,6 @@ const onRemoveRootCollection = async () => {
|
||||
parentCollectionIndexPath.split("/").map((id) => parseInt(id))
|
||||
)
|
||||
|
||||
console.log(`Parent collection is `, parentCollection)
|
||||
|
||||
if (!parentCollection) {
|
||||
tab.document.saveContext = null
|
||||
tab.document.isDirty = true
|
||||
|
||||
Reference in New Issue
Block a user