Ver Fonte

HUE-1447 [hbase] New Row Broken

Kevin Wang há 12 anos atrás
pai
commit
1d3041978a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      apps/hbase/static/js/app.js

+ 1 - 1
apps/hbase/static/js/app.js

@@ -173,7 +173,7 @@ function bindSubmit() {
           target.find('li').each(function() {
             serialized[$(this).find('input')[0].value] = $(this).find('input')[1].value;
           });
-          submitVal = JSON.stringify(serialized);
+          submitVal = serialized;
           use_post = true;
           break;
       }