create customer
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
hamid zarghami
2026-06-27 15:24:50 +03:30
parent 047bfc6f46
commit 3e7cc74d57
6 changed files with 225 additions and 141 deletions
+2 -2
View File
@@ -33,11 +33,11 @@ const CustomersSubMenu: FC = () => {
isActive={isActive('list')}
link={Pages.customers.list}
/>
{/* <SubMenuItem
<SubMenuItem
title={t('submenu.add_customer')}
isActive={isActive('add')}
link={Pages.customers.add}
/> */}
/>
</div>
</div>
)