request create product + category learning
This commit is contained in:
@@ -528,13 +528,13 @@ const SellersSubMenu: FC = () => {
|
||||
/>
|
||||
<SubMenuItem
|
||||
title={'آموزش ها'}
|
||||
isActive={isActive('trainings')}
|
||||
link="/sellers/trainings"
|
||||
isActive={isActive('learning')}
|
||||
link={Pages.sellers.learning}
|
||||
/>
|
||||
<SubMenuItem
|
||||
title={'دسته بندی آموزش ها'}
|
||||
isActive={isActive('training-categories')}
|
||||
link="/sellers/training-categories"
|
||||
isActive={isActive('category')}
|
||||
link={Pages.sellers.learningCategory}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user