feat: add loader for saving route and description for stations

This commit is contained in:
2025-11-26 21:45:59 +03:00
parent 11133b6839
commit d6772b1e3a
3 changed files with 111 additions and 9 deletions

View File

@@ -275,7 +275,10 @@ export const InformationTab = observer(
{sight.common.id !== 0 && (
<LinkedStations
parentId={sight.common.id}
fields={[{ label: "Название", data: "name" }]}
fields={[
{ label: "Название", data: "name" },
{ label: "Описание", data: "description" },
]}
type="edit"
/>
)}