From 2c2a13b587a976dbaebe2c31a3427d9e9ee4f7a6 Mon Sep 17 00:00:00 2001 From: Erb3 <49862976+Erb3@users.noreply.github.com> Date: Tue, 25 Feb 2025 18:53:29 +0100 Subject: [PATCH] fix(frontend): make collection summary optional in editing (#3304) Forgot to fix it here too in #3292. Reported by @falseresync --- apps/frontend/src/pages/collection/[id].vue | 26 ++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/apps/frontend/src/pages/collection/[id].vue b/apps/frontend/src/pages/collection/[id].vue index 2922265f2..6db09cb9c 100644 --- a/apps/frontend/src/pages/collection/[id].vue +++ b/apps/frontend/src/pages/collection/[id].vue @@ -365,29 +365,29 @@