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.
2 parents 31d775d + ac403ca commit 66c5054Copy full SHA for 66c5054
1 file changed
components/core/CreateShape.js
@@ -316,8 +316,8 @@ const CreateShape = (props) => {
316
<Button onClick={() => props.handleClose()} variant="outline-info">
317
Close
318
</Button>
319
- <Button variant="secondary" type="submit" form="createShapeForm">
320
- Save
+ <Button variant="secondary" type="submit" form="createShapeForm" disabled={!shapeInformation.name}>
+ Create
321
322
</Modal.Footer>
323
</Modal>
0 commit comments