1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

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

This commit is contained in:
Laurent Cozic 2024-01-13 18:14:45 +00:00
parent 639bfc4533
commit 9151ff9535

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;