mirror of
https://github.com/apache/superset.git
synced 2026-04-11 12:26:05 +00:00
feat: Implement drag & drop for metrics and filters labels (#12184)
This commit is contained in:
committed by
GitHub
parent
74f3faf1cd
commit
f3ab1f41ee
@@ -53,7 +53,7 @@ function setup(overrides) {
|
||||
...overrides,
|
||||
};
|
||||
const wrapper = shallow(<MetricsControl {...props} />);
|
||||
const component = wrapper.dive().shallow();
|
||||
const component = wrapper.dive().dive().shallow();
|
||||
return { wrapper, component, onChange };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user