diff --git a/src/qml/DashboardView.qml b/src/qml/DashboardView.qml index bf80d23..621c0af 100644 --- a/src/qml/DashboardView.qml +++ b/src/qml/DashboardView.qml @@ -424,7 +424,7 @@ Rectangle { onClicked: { fullPopup.name = qsTranslate("Dashboard", "All selected event fields") - fullPopup.value = modelData + fullPopup.value = Qt.binding(function() { return modelData }) fullPopup.open() } }