Skip to content

Commit

Permalink
Fix disappearance of root path element
Browse files Browse the repository at this point in the history
For #8
  • Loading branch information
kirill-grouchnikov committed Jan 11, 2022
1 parent f2a2a29 commit 05dc0f8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -192,7 +192,7 @@ fun AuroraApplicationScope.BreadcrumbContent(auroraSkinDefinition: MutableState<
commandPanelContentModel.value = getCommandPanelContent(selected)
}
},
level = 0
level = 1
)
)
}
Expand Down

0 comments on commit 05dc0f8

Please sign in to comment.