diff --git a/src/frontend/app/app.module.ts b/src/frontend/app/app.module.ts index d2d33406a..8f9657add 100644 --- a/src/frontend/app/app.module.ts +++ b/src/frontend/app/app.module.ts @@ -104,6 +104,7 @@ import {AlbumsComponent} from './ui/albums/albums.component'; import {AlbumComponent} from './ui/albums/album/album.component'; import {AlbumsService} from './ui/albums/albums.service'; import {GallerySearchQueryBuilderComponent} from './ui/gallery/search/query-builder/query-bulder.gallery.component'; +import {SavedSearchPopupComponent} from './ui/albums/saved-search-popup/saved-search-popup.component'; @Injectable() @@ -185,6 +186,7 @@ Marker.prototype.options.icon = iconDefault; // Albums AlbumsComponent, AlbumComponent, + SavedSearchPopupComponent, // Gallery GalleryLightboxMediaComponent, GalleryPhotoLoadingComponent, diff --git a/src/frontend/app/ui/albums/albums.component.html b/src/frontend/app/ui/albums/albums.component.html index b5b0a6bef..b7a2fb3fa 100644 --- a/src/frontend/app/ui/albums/albums.component.html +++ b/src/frontend/app/ui/albums/albums.component.html @@ -38,17 +38,14 @@