Răsfoiți Sursa

HUE-3387 [editor] Show the history in the examples

Romain Rigaux 9 ani în urmă
părinte
comite
ed784d6
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      desktop/libs/notebook/src/notebook/models.py

+ 1 - 0
desktop/libs/notebook/src/notebook/models.py

@@ -68,6 +68,7 @@ def make_notebook(name='Browse', description='', editor_type='hive', statement='
     ],
     'selectedSnippet': editor_type,
     'type': 'query-%s' % editor_type,
+    'showHistory': True,
 
     'snippets': [
       {