From 60f7de56ac6fda21b20347ff938c9a5589bbde30 Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Sat, 13 Dec 2025 22:44:04 +0100 Subject: [PATCH] fix: set default activeSection to 'ecommerce' in components page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The page starts with E-commerce section at the top, so the default active section should match. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- static/admin/js/components.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/admin/js/components.js b/static/admin/js/components.js index 2d3b9fd4..da959a2a 100644 --- a/static/admin/js/components.js +++ b/static/admin/js/components.js @@ -16,8 +16,8 @@ function adminComponents() { // ✅ CRITICAL: Set page identifier currentPage: 'components', - // Active section for navigation - activeSection: 'forms', + // Active section for navigation (matches first section on page) + activeSection: 'ecommerce', // Component sections sections: [