mirror of
https://github.com/apache/superset.git
synced 2026-04-24 02:25:13 +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
@@ -334,8 +334,8 @@ export const DndMetricSelect = (props: any) => {
|
||||
valuesRenderer={valuesRenderer}
|
||||
accept={DND_ACCEPTED_TYPES}
|
||||
ghostButtonText={tn(
|
||||
'Drop column or metric',
|
||||
'Drop columns or metrics',
|
||||
'Drop column or metric here',
|
||||
'Drop columns or metrics here',
|
||||
multi ? 2 : 1,
|
||||
)}
|
||||
displayGhostButton={multi || value.length === 0}
|
||||
|
||||
Reference in New Issue
Block a user