mirror of
https://github.com/apache/superset.git
synced 2026-05-01 05:54:26 +00:00
fix: Floating Menu in SQL Left Bar (#13858)
* floating table git issue
* made changes
* floating table git issue
* made changes
* long table names
* floating table git issue
* made changes
* floating table git issue
* made changes
* long table names
* floating table git issue
* made changes
* floating table git issue
* made changes
* long table names
* table values
* aligned
* active key
* changed to customStyle
* update dropdown styles
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
(cherry picked from commit f19f2c3ac8)
This commit is contained in:
@@ -61,7 +61,7 @@ describe('DatasourceEditor', () => {
|
||||
});
|
||||
|
||||
it('renders Tabs', () => {
|
||||
expect(wrapper.find(Tabs)).toExist();
|
||||
expect(wrapper.find('#table-tabs')).toExist();
|
||||
});
|
||||
|
||||
it('makes an async request', () =>
|
||||
|
||||
Reference in New Issue
Block a user