Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Oct 23, 2024
1 parent 7040ea9 commit 4cc4152
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/js/views/gallery-panels/Search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ const configForMenu = computed<App.Http.Resources.GalleryConfigs.AlbumConfig>(()
is_search_accessible: false,
is_nsfw_warning_visible: false,
album_thumb_css_aspect_ratio: "aspect-square",
timeline_album_granularity: "year",
timeline_photo_granularity: "day",
};
});
const albumForMenu = albumid.value !== "" ? album : null;
Expand Down

0 comments on commit 4cc4152

Please sign in to comment.