mirror of
https://github.com/apache/superset.git
synced 2026-06-01 21:59:26 +00:00
chore(explore): change dnd placeholders (#16116)
* chore(explore): change dnd placeholders * Fix tests and lint
This commit is contained in:
committed by
GitHub
parent
2db1615c83
commit
6ac4f4ef2f
@@ -55,7 +55,7 @@ export default function DndSelectLabel<T, O>({
|
||||
return (
|
||||
<AddControlLabel cancelHover>
|
||||
<Icons.PlusSmall iconColor={theme.colors.grayscale.light1} />
|
||||
{t(props.ghostButtonText || 'Drop columns')}
|
||||
{t(props.ghostButtonText || 'Drop columns here')}
|
||||
</AddControlLabel>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user