From 9ab2bd31faa50501f91f2a9abf1dccac7b8fe00e Mon Sep 17 00:00:00 2001 From: Lars Date: Thu, 23 Apr 2026 12:57:23 +0200 Subject: [PATCH] fix: Update onClick handlers to use renamed functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - createTrainingStyle → createStyleDirection - updateTrainingStyle → updateStyleDirection - deleteTrainingStyle → deleteStyleDirection Fixes: Stilrichtungen tab showed blank screen due to undefined function calls version: 0.4.0 (frontend) module: AdminCatalogsPage 2.2.0 Co-Authored-By: Claude Sonnet 4.5 --- frontend/src/pages/AdminCatalogsPage.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/AdminCatalogsPage.jsx b/frontend/src/pages/AdminCatalogsPage.jsx index d17df3b..5454512 100644 --- a/frontend/src/pages/AdminCatalogsPage.jsx +++ b/frontend/src/pages/AdminCatalogsPage.jsx @@ -509,7 +509,7 @@ export default function AdminCatalogsPage() { ))} - +
@@ -548,7 +548,7 @@ export default function AdminCatalogsPage() {
- +
@@ -563,7 +563,7 @@ export default function AdminCatalogsPage() {

{ts.description}

- +
)}