From e6c0aa4a1fcf5690d22de0deca2cf834cb8086a8 Mon Sep 17 00:00:00 2001 From: Sale Djenic Date: Fri, 22 Nov 2024 13:50:45 +0100 Subject: [PATCH] fix(wallet): set up an new keycard with an existing account screen does not show key pairs Fixes: #16785 --- ui/imports/shared/popups/keycard/states/SelectKeyPair.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {