feat: Add checkbox for sightbar entity + fix build errors
This commit is contained in:
@@ -80,9 +80,6 @@ export const RouteCreatePage = observer(() => {
|
||||
path,
|
||||
};
|
||||
|
||||
// Отправка на сервер (пример, если есть routeStore.createRoute)
|
||||
let createdRoute: Route | null = null;
|
||||
|
||||
await routeStore.createRoute(newRoute);
|
||||
toast.success("Маршрут успешно создан");
|
||||
navigate(-1);
|
||||
|
||||
Reference in New Issue
Block a user