fix(wallet): set up an new keycard with an existing account screen does not show key pairs

Fixes: #16785
This commit is contained in:
Sale Djenic 2024-11-22 13:50:45 +01:00 committed by saledjenic
parent 1da7081405
commit e6c0aa4a1f
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Item {
QtObject { QtObject {
id: d id: d
readonly property string profilePairTypeValue: Constants.keycard.keyPairType.profile readonly property int profilePairTypeValue: Constants.keycard.keyPairType.profile
} }
ColumnLayout { ColumnLayout {