mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
[SQL Lab] Fix TableSelector perf for large option sets (#7868)
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user