mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
feat(explore): Drag and drop UX improvements (#13598)
* Create a metric immediately when saved metric is dropped * Display borders around control boxes when metric or column is dragged * Fix imports * Display ghost button * Rename placeholder to ghostButton
This commit is contained in:
committed by
GitHub
parent
6b30f55cfd
commit
ae66f5fa78
@@ -72,7 +72,6 @@ export const DndColumnSelect = (props: LabelProps) => {
|
||||
|
||||
return (
|
||||
<DndSelectLabel<string | string[], ColumnMeta[]>
|
||||
values={values}
|
||||
onDrop={onDrop}
|
||||
canDrop={canDrop}
|
||||
valuesRenderer={valuesRenderer}
|
||||
|
||||
Reference in New Issue
Block a user