You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
All: Fixes #209: Items with non-ASCII characters end up truncated on Nextcloud
This commit is contained in:
@@ -15,7 +15,6 @@ shared.checkSyncConfig = async function(comp, settings) {
|
||||
const options = Setting.subValues('sync.' + syncTargetId, settings);
|
||||
comp.setState({ checkSyncConfigResult: 'checking' });
|
||||
const result = await SyncTargetClass.checkConfig(options);
|
||||
console.info(result);
|
||||
comp.setState({ checkSyncConfigResult: result });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user