mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +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
@@ -143,7 +143,8 @@ export const DndColumnSelect = (props: LabelProps) => {
|
||||
accept={DndItemType.Column}
|
||||
displayGhostButton={multi || optionSelector.values.length === 0}
|
||||
ghostButtonText={
|
||||
ghostButtonText || tn('Drop column', 'Drop columns', multi ? 2 : 1)
|
||||
ghostButtonText ||
|
||||
tn('Drop column here', 'Drop columns here', multi ? 2 : 1)
|
||||
}
|
||||
{...props}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user