mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +00:00
Fix has-secondary attribute (#23187)
This commit is contained in:
@@ -19,7 +19,8 @@ class HaNavigationList extends LitElement {
|
||||
|
||||
@property({ attribute: false }) public pages!: PageNavigation[];
|
||||
|
||||
@property({ attribute: false, type: Boolean }) public hasSecondary = false;
|
||||
@property({ attribute: "has-secondary", type: Boolean })
|
||||
public hasSecondary = false;
|
||||
|
||||
@property() public label?: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user