diff --git a/ui/imports/shared/popups/keycard/states/SelectKeyPair.qml b/ui/imports/shared/popups/keycard/states/SelectKeyPair.qml index b2539e2bb5..d9f7571366 100644 --- a/ui/imports/shared/popups/keycard/states/SelectKeyPair.qml +++ b/ui/imports/shared/popups/keycard/states/SelectKeyPair.qml @@ -24,7 +24,7 @@ Item { QtObject { id: d - readonly property string profilePairTypeValue: Constants.keycard.keyPairType.profile + readonly property int profilePairTypeValue: Constants.keycard.keyPairType.profile } ColumnLayout {