feat: add tabs data

This commit is contained in:
RadoslavDimchev 2023-11-08 00:06:02 +02:00
parent bf12cc552f
commit 168ffa0e93
1 changed files with 20 additions and 0 deletions

View File

@ -11,6 +11,26 @@ const ManagementTabs = () => {
label: 'Active',
value: 'active',
},
{
label: 'Pending',
value: 'pending',
},
{
label: 'Inactive',
value: 'inactive',
},
{
label: 'Exited',
value: 'exited',
},
{
label: 'Withdraw',
value: 'withdraw',
},
{
label: 'All',
value: 'all',
},
],
[],
)