Extra Comments

This commit is contained in:
Ray 2023-12-28 14:33:54 +00:00 committed by GitHub
parent 29ef2eb6de
commit 8720347a8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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>