Add simple search modal, fix preview modal not closing on cancel

This commit is contained in:
mProjectsCode 2022-10-25 16:36:53 +02:00
parent 752f13f8bf
commit 2662c78080
6 changed files with 296 additions and 6 deletions

View file

@ -62,6 +62,7 @@ export class MediaDbSearchResultModal extends SelectModal<MediaTypeModel> {
}
onClose() {
this.closeCallback();
}
}