This is an automated email from the ASF dual-hosted git repository.

graceguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new e469086  [fix] view results in sql lab (#6405)
e469086 is described below

commit e469086d613e7f4294b45761373e5f868805738b
Author: Grace Guo <grace....@airbnb.com>
AuthorDate: Fri Nov 16 20:58:05 2018 -0800

    [fix] view results in sql lab (#6405)
---
 superset/assets/src/SqlLab/components/ResultSet.jsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset/assets/src/SqlLab/components/ResultSet.jsx 
b/superset/assets/src/SqlLab/components/ResultSet.jsx
index 6b482e4..c7c10cd 100644
--- a/superset/assets/src/SqlLab/components/ResultSet.jsx
+++ b/superset/assets/src/SqlLab/components/ResultSet.jsx
@@ -28,6 +28,7 @@ const defaultProps = {
   csv: true,
   actions: {},
   cache: false,
+  database: {},
 };
 
 const SEARCH_HEIGHT = 46;

Reply via email to