fix(wallet): set up an new keycard with an existing account screen does not show key pairs
Fixes: #16785
This commit is contained in:
parent
1da7081405
commit
e6c0aa4a1f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue