diff options
Diffstat (limited to 'src/containers/Service/ServiceList.tsx')
-rw-r--r-- | src/containers/Service/ServiceList.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/Service/ServiceList.tsx b/src/containers/Service/ServiceList.tsx index a0536b5..f716b24 100644 --- a/src/containers/Service/ServiceList.tsx +++ b/src/containers/Service/ServiceList.tsx @@ -13,7 +13,7 @@ const ServiceList: React.FC = () => { const actions = service.actions || [{ name: 'Добавить', - route: `/${service.route}/add`, + route: `/${service.route}/add${location.search}`, }]; const handleRowClick = (index: number) => { |