We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263f208 commit 683167aCopy full SHA for 683167a
src/modals/MediaDbIdSearchModal.ts
@@ -15,7 +15,7 @@ export class MediaDbIdSearchModal extends Modal {
15
super(app);
16
this.plugin = plugin;
17
this.onSubmit = onSubmit;
18
- this.selectedApi = '';
+ this.selectedApi = plugin.apiManager.apis[0].apiName;
19
}
20
21
submitCallback(event: KeyboardEvent) {
0 commit comments