feat: add loader for saving route and description for stations
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user