Desktop: Fixes #9709: Shared notebook can get corrupted if contributor changes its title

pull/9711/head^2
Laurent Cozic 2024-01-13 18:14:45 +00:00
parent a11bed1bb2
commit 4f066b06d2
1 changed files with 0 additions and 2 deletions

View File

@ -63,8 +63,6 @@ export default function(props: Props) {
const folder: FolderEntity = {
title: folderTitle,
icon: Folder.serializeIcon(folderIcon),
is_shared: 0,
share_id: '',
};
if (!isNew) folder.id = props.folderId;