We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99746cb commit ca6eb31Copy full SHA for ca6eb31
1 file changed
components/core/CreateShape.js
@@ -316,7 +316,7 @@ const CreateShape = (props) => {
316
<Button onClick={() => props.handleClose()} variant="outline-info">
317
Close
318
</Button>
319
- <Button variant="secondary" type="submit" form="createShapeForm">
+ <Button variant="secondary" type="submit" form="createShapeForm" disabled={!shapeInformation.name}>
320
Save
321
322
</Modal.Footer>
0 commit comments