feat: add tabs data
This commit is contained in:
parent
bf12cc552f
commit
168ffa0e93
|
@ -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',
|
||||
},
|
||||
],
|
||||
[],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue