1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-24 20:19:10 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Laurent Cozic
9151ff9535 Desktop: Fixes #9709: Shared notebook can get corrupted if contributor changes its title 2024-01-13 18:14:45 +00:00

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;