mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
committed by
GitHub
parent
20503f92ae
commit
22d52eadb2
@@ -51,7 +51,7 @@ function setup(overrides) {
|
||||
const onClose = sinon.spy();
|
||||
const props = {
|
||||
adhocMetric: sumValueAdhocMetric,
|
||||
savedMetric: {},
|
||||
savedMetric: { metric_name: 'foo', expression: 'COUNT(*)' },
|
||||
savedMetrics: [],
|
||||
onChange,
|
||||
onClose,
|
||||
|
||||
Reference in New Issue
Block a user