fix: Add route-station link area

This commit is contained in:
2025-06-16 12:26:19 +03:00
parent 32a7cb44d1
commit d415441af8
8 changed files with 570 additions and 119 deletions

View File

@@ -184,9 +184,8 @@ export const RouteCreatePage = observer(() => {
onChange={(e) => setRouteNumber(e.target.value)}
/>
<TextField
className="w-full"
label="Координаты маршрута"
multiline
className="w-full max-h-[300px] overflow-y-scroll"
minRows={4}
value={routeCoords}
onChange={(e) => {