Fix #27
This commit is contained in:
parent
263f20803d
commit
683167a0c8
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ export class MediaDbIdSearchModal extends Modal {
|
|||
super(app);
|
||||
this.plugin = plugin;
|
||||
this.onSubmit = onSubmit;
|
||||
this.selectedApi = '';
|
||||
this.selectedApi = plugin.apiManager.apis[0].apiName;
|
||||
}
|
||||
|
||||
submitCallback(event: KeyboardEvent) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue