Skip to content

Commit

Permalink
Update document_change_form.html
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido committed Mar 26, 2024
1 parent f92424b commit 8188198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miller/templates/miller/document/document_change_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
var logger = document.getElementById('log-schema-payload')
if(logger) {
logger.setHTML(logMessage )
logger.innerHTML = logMessage
}
var editJSONField = new EditJSONField($('.field-data').parent(), {
schema: schema,
Expand Down

0 comments on commit 8188198

Please sign in to comment.