Added vehicle search function + paginated vehicles page BOD-116
This commit is contained in:
@@ -45,13 +45,6 @@ export function TechSider({ technician, techLogout }) {
|
||||
>
|
||||
<Link to={`/tech/jobclockin`}>{t("menus.tech.jobclockin")}</Link>
|
||||
</Menu.Item>
|
||||
<Menu.Item
|
||||
key="4"
|
||||
disabled={!!!technician}
|
||||
icon={<Icon component={MdTimerOff} />}
|
||||
>
|
||||
<Link to={`/tech/clockout`}>{t("menus.tech.clockout")}</Link>
|
||||
</Menu.Item>
|
||||
<Menu.Item key="5" disabled={!!!technician} icon={<SearchOutlined />}>
|
||||
<Link to={`/tech/list`}>{t("menus.tech.productionlist")}</Link>
|
||||
</Menu.Item>
|
||||
|
||||
Reference in New Issue
Block a user