mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-19 01:58:52 +00:00
fix(Storybook): PagesList minor fix
This commit is contained in:
parent
c21337a02f
commit
c32973b731
@ -15,6 +15,8 @@ ListView {
|
||||
|
||||
text: model.title
|
||||
checked: root.currentPage === model.title
|
||||
|
||||
onClicked: root.pageSelected(model.title)
|
||||
onCheckableChanged: checkable = false
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user