fix: updates to collection level authorization and headers reflect at the request level straightaway

This commit is contained in:
jamesgeorge007
2024-02-15 10:55:54 +05:30
parent 3a176f6620
commit faa0bf7714
2 changed files with 89 additions and 20 deletions

View File

@@ -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