Skip to content

Commit

Permalink
Fix parsing component group list
Browse files Browse the repository at this point in the history
  • Loading branch information
farmaazon committed Jul 21, 2023
1 parent 1d2dd1f commit acb24e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1177,6 +1177,7 @@ pub struct LibraryComponentGroup {
pub color: Option<String>,
pub icon: Option<String>,
/// The list of components provided by this component group.
#[serde(default)]
pub exports: Vec<LibraryComponent>,
}

Expand Down

0 comments on commit acb24e0

Please sign in to comment.