Commit 7c85f471 by Earvin

submit button

parent b14ecfb6
......@@ -77,6 +77,7 @@ const displayFields = async (parentID) => {
const submit = document.createElement('input')
submit.classList.add("submitButtons");
submit.type = 'submit'
div.appendChild(submit)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment