Fix running without polls
This commit is contained in:
@@ -14,7 +14,7 @@ TimelineContainer {
|
|||||||
id: pollDelegate
|
id: pollDelegate
|
||||||
|
|
||||||
readonly property var data: model
|
readonly property var data: model
|
||||||
property PollHandler pollHandler: currentRoom.poll(model.eventId)
|
property var pollHandler: currentRoom.poll(model.eventId)
|
||||||
|
|
||||||
innerObject: ColumnLayout {
|
innerObject: ColumnLayout {
|
||||||
Label {
|
Label {
|
||||||
|
|||||||
Reference in New Issue
Block a user