fix(Storybook): PagesList minor fix

This commit is contained in:
Michał Cieślak 2022-11-07 14:32:38 +01:00 committed by Michał
parent c21337a02f
commit c32973b731
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ ListView {
text: model.title
checked: root.currentPage === model.title
onClicked: root.pageSelected(model.title)
onCheckableChanged: checkable = false
}
}