Skip to content
Snippets Groups Projects
Commit 03189d47 authored by James D'Alton's avatar James D'Alton
Browse files

Minor edits to 'view form template'

parent 2e09cc02
No related merge requests found
......@@ -45,15 +45,15 @@ function ViewTemplateModal(props) {
const body = (
<div style={modalStyle} className={classes.paper}>
<h2 style={{ textAlign: 'center', textDecoration: 'underline' }}>Template Title: {formData.title}</h2>
<h2 style={{ textAlign: 'center', textDecoration: 'underline' }}>{formData.title}</h2>
<Container component="main" maxWidth="md">
<div>
<h3>Description:</h3>
<h3>Description</h3>
<p style={{borderBottom: '1px solid #999', padding: '16px 16px 32px 16px'}}> {formData.description} </p>
</div>
<h3>Questions:</h3>
<h3>Questions | Responses</h3>
<div>{renderedQuestions}</div>
</Container>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment