Skip to content

Commit

Permalink
Update Sources/FioriSwiftUICore/_FioriStyles/SideBarStyle.fiori.swift
Browse files Browse the repository at this point in the history
Co-authored-by: JuliaSchnSAP <[email protected]>
  • Loading branch information
dyongxu and JuliaSchnSAP authored Oct 4, 2024
1 parent bfc37c4 commit 8aaef1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ class SideBarModelObject: ObservableObject {
self.itemCount += 1
}
}
for section in sections { // Loop the possible sections and add it and its children to the flat list
for section in sections { // Loop the possible sections and add them and their children to the flat list
self.flatListItems.append(section)
self.itemCount += 1
if let children = section.children, !children.isEmpty {
Expand Down

0 comments on commit 8aaef1e

Please sign in to comment.