[SQL Lab] Fix TableSelector perf for large option sets (#7868)

This commit is contained in:
Erik Ritter
2019-07-22 14:39:12 -07:00
committed by Grace Guo
parent ee3430cce5
commit 7a1dcaae8a
2 changed files with 2 additions and 6 deletions

View File

@@ -145,7 +145,6 @@ describe('TableSelector', () => {
it('should clear table options', () => {
inst.fetchTables(true);
expect(wrapper.state().tableOptions).toEqual([]);
expect(wrapper.state().filterOptions).toBeNull();
});
it('should fetch table options', () => {