mirror of
https://github.com/broekema41/obsidian-vcf-contacts.git
synced 2026-07-22 05:42:58 +00:00
Refs #29: Resolving bug where the root path is defaulted to slash
This commit is contained in:
parent
8370a633d6
commit
4c3de32a8c
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ const insightsSettingDefaults = insightsSetting.reduce((acc:Record<string, strin
|
|||
}, {} as Record<string, string>);
|
||||
|
||||
export const DEFAULT_SETTINGS: ContactsPluginSettings = {
|
||||
contactsFolder: '/',
|
||||
contactsFolder: '',
|
||||
defaultHashtag: '',
|
||||
...insightsSettingDefaults
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue