mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-10-20 02:05:11 +00:00
Remove shapes tab
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
Reference in New Issue
Block a user