fix: correct missing @ directives on ExpandedGenre bindings in genre browser
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
{
|
||||
<CmsGenreBrowser Genres="VM.Genres"
|
||||
IsLoading="VM.GenresLoading"
|
||||
ExpandedGenre="VM.ExpandedGenre"
|
||||
ExpandedGenre="@VM.ExpandedGenre"
|
||||
OnExpandedGenreChanged="OnExpandedGenreChanged" />
|
||||
}
|
||||
</MudContainer>
|
||||
|
||||
Reference in New Issue
Block a user