x
This commit is contained in:
parent
c970cc5a87
commit
980c04643a
1 changed files with 1 additions and 1 deletions
|
|
@ -2729,7 +2729,7 @@ function addCommentsToProposal(proposalCard, proposalId) {
|
|||
const commentSubmit = document.createElement('button');
|
||||
commentSubmit.className = 'comment-submit';
|
||||
commentSubmit.type = 'submit';
|
||||
commentSubmit.textContent = 'Post';
|
||||
commentSubmit.textContent = 'Defy';
|
||||
commentSubmit.disabled = true;
|
||||
|
||||
commentsForm.appendChild(commentInput);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue