Add save button

This commit is contained in:
Ben Ramey
2018-09-17 06:17:16 -05:00
parent de2ee07908
commit ae0cf1c2b4

View File

@@ -77,6 +77,7 @@ class AnswerKeyForm extends React.Component {
</thead>
<tbody>{testRows}</tbody>
</table>
<input class="button-primary" type="submit" value="Save" />
</form>
</div>
);