Skip to content

Commit

Permalink
update the json editor js #1929
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-RLI committed Jan 10, 2025
1 parent 24cb490 commit 6ea9f4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dataedit/static/metaedit/metaedit.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ var MetaEdit = function(config) {
/* recursively remove null types */
function fixRecursive(elem) {
Object.keys(elem).map(function(key) {
console.log(key);
var prop = elem[key];
prop.title = prop.title || key[0].toLocaleUpperCase() + key.slice(1);
if (prop.type == 'array') {
Expand Down

0 comments on commit 6ea9f4c

Please sign in to comment.