change create coupon
This commit is contained in:
@@ -142,7 +142,7 @@ const SideBar: FC = () => {
|
||||
icon={<TicketDiscount variant={isActive('discounts') ? 'Bold' : 'Outline'} color={isActive('discounts') ? 'black' : '#8C90A3'} size={iconSizeSideBar} />}
|
||||
title={t('sidebar.discount')}
|
||||
isActive={isActive('discounts')}
|
||||
link={Pages.discount.list}
|
||||
link={Pages.coupons.list}
|
||||
name='discounts'
|
||||
activeName='discounts'
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user