Change edit-building title
This commit is contained in:
parent
4b110a129c
commit
631a940a71
@ -30,7 +30,7 @@ const BuildingEdit = (props) => {
|
||||
queryString.parse(props.location.search):
|
||||
{};
|
||||
return (
|
||||
<Sidebar title={`Building Data`}
|
||||
<Sidebar title={`You are editing`}
|
||||
back={search.cat? `/building/${props.building_id}.html?cat=${search.cat}`: `/building//${props.building_id}.html`}>
|
||||
{
|
||||
CONFIG.map((conf_props) => {
|
||||
|
Loading…
Reference in New Issue
Block a user