diff --git a/src/app/mainview/components/ConversationSmartListContextMenu.qml b/src/app/mainview/components/ConversationSmartListContextMenu.qml
index f649d921e05171b872d3047883798d4760f13506..2467563eca3e485cd73359ca3c21a320e1a2dfaf 100644
--- a/src/app/mainview/components/ConversationSmartListContextMenu.qml
+++ b/src/app/mainview/components/ConversationSmartListContextMenu.qml
@@ -30,7 +30,7 @@ ContextMenuAutoLoader {
     property string responsibleAccountId: ""
     property string responsibleConvUid: ""
     property bool isBanned: false
-    property var isCoreDialog: undefined
+    property bool isCoreDialog: false
     property var mode: undefined
     property int contactType: Profile.Type.INVALID
     property bool hasCall: false