From a91493d533516235bfaaf6e391056c520737872d Mon Sep 17 00:00:00 2001 From: Team3 Date: Fri, 29 May 2026 18:44:52 +0200 Subject: [PATCH] update --- frontend/src/App.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 3884f5e..96b70a5 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -130,8 +130,6 @@ function handleShowBausteine() { async function handleSidebarAddBaustein(title) { if (!selectedTopic.value) return - showBausteine.value = true - previewGuide.value = null await apiCreateBaustein(selectedTopic.value, title) bausteineRefreshKey.value++ }