fix: ensure removing collection level headers persists
This commit is contained in:
@@ -227,7 +227,7 @@ export class PersonalWorkspaceProviderService
|
|||||||
collectionID.split("/").map((id) => parseInt(id))
|
collectionID.split("/").map((id) => parseInt(id))
|
||||||
)
|
)
|
||||||
|
|
||||||
const newCollection = merge(collection, updatedCollection)
|
const newCollection = { ...collection, ...updatedCollection }
|
||||||
|
|
||||||
const isRootCollection = collectionID.split("/").length === 1
|
const isRootCollection = collectionID.split("/").length === 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user