mirror of
https://github.com/apache/superset.git
synced 2026-06-01 21:59:26 +00:00
feat: Implement drag and drop for metrics (#13575)
* Convert MetricsControl to functional component * Implement drag and drop for metrics * Implement customizable placeholder for DndSelectLabel
This commit is contained in:
committed by
GitHub
parent
1b95ed7267
commit
d439da2fe0
@@ -55,7 +55,7 @@ export default function DndSelectLabel<T, O>(
|
||||
return (
|
||||
<AddControlLabel cancelHover>
|
||||
<Icon name="plus-small" color={theme.colors.grayscale.light1} />
|
||||
{t('Drop Columns')}
|
||||
{t(props.placeholderText || 'Drop columns')}
|
||||
</AddControlLabel>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user