Remove shapes tab

This commit is contained in:
1ilit
2023-09-19 15:49:07 +03:00
parent 83301438af
commit 395ba77a37
4 changed files with 4 additions and 9 deletions

View File

@@ -127,6 +127,7 @@ export default function AreaOverview(props) {
<Col span={18}>
<Input
value={a.name}
placeholder="Name"
onChange={(value, e) => updateArea(a.id, { name: value })}
field="name"
/>