Skip to content

Commit 8263128

Browse files
changed button to input
1 parent c407e32 commit 8263128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest-api/edit-conversation-image-title/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h5 class="modal-title">Edit Conversation Title/Image</h5>
7070
<label for="imageURL">Enter a new image URL:</label>
7171
<input type="text" class="form-control" id="imageURL">
7272
</div>
73-
<button type="submit" class="btn btn-primary">Submit</button>
73+
<input type="submit" class="btn btn-primary">
7474
</form>
7575
</div>
7676
</div>

0 commit comments

Comments
 (0)