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
|
// ✅ CRITICAL: Set page identifier
|
||||||
currentPage: 'components',
|
currentPage: 'components',
|
||||||
|
|
||||||
// Active section for navigation
|
// Active section for navigation (matches first section on page)
|
||||||
activeSection: 'forms',
|
activeSection: 'ecommerce',
|
||||||
|
|
||||||
// Component sections
|
// Component sections
|
||||||
sections: [
|
sections: [
|
||||||
|
|||||||
Reference in New Issue
Block a user