mirror of
https://github.com/apache/superset.git
synced 2026-05-31 13:19:23 +00:00
fix(explore): Save button incorrectly disabled when adding new metric with dnd (#23000)
This commit is contained in:
committed by
GitHub
parent
2dff0009e9
commit
7d5c86b44c
@@ -100,7 +100,6 @@ describe.skip('MetricsControl', () => {
|
||||
hasCustomLabel: false,
|
||||
optionName: 'blahblahblah',
|
||||
sqlExpression: null,
|
||||
isNew: false,
|
||||
},
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user