Extra Comments
This commit is contained in:
parent
29ef2eb6de
commit
8720347a8b
|
@ -141,6 +141,9 @@ export function MyForm(props) {
|
||||||
<Button type="submit">Submit</Button>
|
<Button type="submit">Submit</Button>
|
||||||
</Col>
|
</Col>
|
||||||
</Form.Group>
|
</Form.Group>
|
||||||
|
|
||||||
|
|
||||||
|
// Create a form group to display the existing entries in the database.
|
||||||
<Form.Group>
|
<Form.Group>
|
||||||
<Form.Label style={{ fontSize: '30px' }}>Existing entries</Form.Label>
|
<Form.Label style={{ fontSize: '30px' }}>Existing entries</Form.Label>
|
||||||
<p>Check here for existing entries:</p>
|
<p>Check here for existing entries:</p>
|
||||||
|
|
Loading…
Reference in New Issue