fix: Deleting a collection should not deleted archived documents within it automatially (#1776)
closes #1775
This commit is contained in:
@ -89,8 +89,6 @@ const Breadcrumb = ({ document, onlyText }: Props) => {
|
||||
|
||||
let collection = collections.get(document.collectionId);
|
||||
if (!collection) {
|
||||
if (!document.deletedAt) return <div />;
|
||||
|
||||
collection = {
|
||||
id: document.collectionId,
|
||||
name: t("Deleted Collection"),
|
||||
|
Reference in New Issue
Block a user