From 8c4afa186668bc8b5b550bd45039e4ad0f2ae48c Mon Sep 17 00:00:00 2001 From: advplyr Date: Tue, 9 Jul 2024 16:09:41 -0500 Subject: [PATCH] Fix typo --- client/components/app/BookShelfToolbar.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/components/app/BookShelfToolbar.vue b/client/components/app/BookShelfToolbar.vue index 3310d1a00a..2eaba7f526 100644 --- a/client/components/app/BookShelfToolbar.vue +++ b/client/components/app/BookShelfToolbar.vue @@ -328,7 +328,7 @@ export default { } this.addSubtitlesMenuItem(items) - this.addCollpaseSeriesMenuItem(items) + this.addCollapseSeriesMenuItem(items) return items }, @@ -352,7 +352,7 @@ export default { } } }, - addCollpaseSeriesMenuItem(items) { + addCollapseSeriesMenuItem(items) { if (this.isLibraryPage && this.isBookLibrary && !this.isBatchSelecting) { if (this.settings.collapseSeries) { items.push({