[SQL Lab] Show warning when user used up localStorage (#7572)

This commit is contained in:
Grace Guo
2019-06-07 14:27:57 -07:00
committed by GitHub
parent 883a02ae19
commit 39d67cbc59
11 changed files with 175 additions and 9 deletions

View File

@@ -40,7 +40,6 @@ describe('SqlEditor', () => {
queryEditor: initialState.sqlLab.queryEditors[0],
latestQuery: queries[0],
tables: [table],
queries,
getHeight: () => ('100px'),
editorQueries: [],
dataPreviewQueries: [],