fix: get default tabs value from validators constant
This commit is contained in:
parent
1d242c6e86
commit
92e2818edc
|
@ -30,7 +30,7 @@ const ManagementTabs = () => {
|
|||
)
|
||||
|
||||
return (
|
||||
<Tabs defaultValue="active">
|
||||
<Tabs defaultValue={VALIDATOR_TABS[0].value}>
|
||||
<Stack style={{ cursor: 'pointer', width: 'fit-content', margin: '16px 0' }}>
|
||||
<Tabs.List size={32}>
|
||||
{VALIDATOR_TABS.map(tab => (
|
||||
|
|
Loading…
Reference in New Issue