fix: set default activeSection to 'ecommerce' in components page
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 <noreply@anthropic.com>
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user