mirror of
https://github.com/idanlib/ObsidianFastForwardLinkPlugin.git
synced 2026-07-22 11:30:28 +00:00
fix bug in settings component re redirects folder delete
This commit is contained in:
parent
86e0c0c1c5
commit
5f4753c867
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ export default class RedirectSettingsTab extends PluginSettingTab {
|
|||
"_forwards folder deleted successfully.",
|
||||
2000
|
||||
);
|
||||
this.plugin.redirectsFolder = null;
|
||||
} catch (error) {
|
||||
new Notice(
|
||||
"Could not delete the _forwards folder.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue