mirror of
https://github.com/svemagie/obsidian-micropub.git
synced 2026-05-15 03:48:52 +02:00
fix: rename shadowing t param to target in SyndicationDialog
This commit is contained in:
@@ -21,7 +21,7 @@ export class SyndicationDialog extends Modal {
|
|||||||
) {
|
) {
|
||||||
super(app);
|
super(app);
|
||||||
this.selected = new Set(defaultSelected.filter((uid) =>
|
this.selected = new Set(defaultSelected.filter((uid) =>
|
||||||
targets.some((t) => t.uid === uid),
|
targets.some((target) => target.uid === uid),
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user