Updated on 2026-08-14
This commit is contained in:
parent
147625bda1
commit
78fafc0ee2
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ internal class ValidatorSelectChangeTransformer(
|
|||
chosenValidator = selectedValidator ?: yield.preferredValidators.first(),
|
||||
availableValidators = filteredValidators,
|
||||
isPrimaryButtonEnabled = true,
|
||||
isClickable = true,
|
||||
isClickable = yield.preferredValidators.size > 1,
|
||||
activeValidator = activeValidator,
|
||||
isVisibleOnConfirmation = isEnter || isRestake || isVoteLocked,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue