mirror of https://github.com/laurent22/joplin.git
Desktop: Fixes #9709: Shared notebook can get corrupted if contributor changes its title
parent
a11bed1bb2
commit
4f066b06d2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue