Skip to content

Commit b0c80f9

Browse files
committed
fix: add type filter param to only return validators
1 parent 6651573 commit b0c80f9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

frontend/components/dashboard/DashboardValidatorManagementModalSearch.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ const {
3131
body: {
3232
input: input.value,
3333
networks: [ currentDashboardNetwork.value ],
34+
types: [
35+
'validator_by_index',
36+
'validator_by_public_key',
37+
'validator_list',
38+
'validators_by_deposit_address',
39+
'validators_by_withdrawal_credential',
40+
'validators_by_graffiti',
41+
],
3442
},
3543
}), {
3644
immediate: false,

0 commit comments

Comments
 (0)