You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
contentEl.createEl('h3',{text: 'Append note content to Media DB entry?'});
@@ -64,14 +67,17 @@ export class MediaDbFolderImportModal extends Modal {
64
67
text: 'Choose whether to search the API by title (can return multiple results) or lookup directly using an ID (returns at most one result), and specify the name of the frontmatter property which contains the title or ID of the media.',
65
68
});
66
69
67
-
constonlookupMethodChange=(value: string)=>{
68
-
this.lookupMethod=value;
69
-
};
70
-
constlookupMethodOptions=[
71
-
{value: 'title',display: 'Title'},
72
-
{value: 'id',display: 'ID'},
73
-
];
74
-
this.createDropdownEl(contentEl,'Lookup media by',onlookupMethodChange,lookupMethodOptions);
0 commit comments