Skip to content
Snippets Groups Projects
Commit 04ba6eb3 authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Jean-Baptiste Kempf
Browse files

qml: fix grouping in video views

fixes a typo
parent 11569530
No related branches found
No related tags found
1 merge request!5368qml: fix grouping in video views
Pipeline #468818 passed with warnings with stage
in 29 minutes and 15 seconds
......@@ -37,7 +37,7 @@ VideoAll {
property SortMenuVideo sortMenu: SortMenuVideo {
ctx: MainCtx
onGrouping: (groupping) => { MainCtx.grouping = grouping }
onGrouping: (grouping) => { MainCtx.grouping = grouping }
}
// Private
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment