Fix running without polls

This commit is contained in:
Tobias Fella
2022-11-14 19:32:46 +01:00
parent 2145cfa9a6
commit 42cd470e15

View File

@@ -14,7 +14,7 @@ TimelineContainer {
id: pollDelegate
readonly property var data: model
property PollHandler pollHandler: currentRoom.poll(model.eventId)
property var pollHandler: currentRoom.poll(model.eventId)
innerObject: ColumnLayout {
Label {