Add section to list existing entries

This commit is contained in:
Ray 2023-12-28 05:58:02 +00:00 committed by GitHub
parent d778da51d2
commit 8adf3757c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -140,6 +140,11 @@ export function MyForm(props) {
<Button type="submit">Submit</Button> <Button type="submit">Submit</Button>
</Col> </Col>
</Form.Group> </Form.Group>
<Form.Group>
<Form.Label style={{ fontSize: '30px' }}>Existing entries</Form.Label>
<p>Check here for existing entries:</p>
<p>UNDER CONSTRUCTION:</p>
</Form.Group>
</Form> </Form>
</div> </div>
); );