Sfoglia il codice sorgente

HUE-4988 [metastore] Fix js error related to tagging

Johan Ahlen 9 anni fa
parent
commit
02d36c9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      apps/metastore/src/metastore/templates/metastore.mako

+ 1 - 1
apps/metastore/src/metastore/templates/metastore.mako

@@ -591,7 +591,7 @@ ${ assist.assistPanel() }
     <div class="span6 tile">
       <h4>${ _('Tagging') }</h4>
       <div style="margin-top: 5px" data-bind="component: { name: 'nav-tags', params: {
-        sourceType: 'hive'
+        sourceType: 'hive',
         database: database.name,
         table: name
       } }"></div>