fix: get default tabs value from validators constant

This commit is contained in:
RadoslavDimchev 2023-11-14 00:40:43 +02:00
parent 1d242c6e86
commit 92e2818edc
1 changed files with 1 additions and 1 deletions

View File

@ -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 => (