mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
chore: add missing keys to components inside lists (#19161)
This commit is contained in:
@@ -143,6 +143,7 @@ export function DndColumnSelect(props: DndColumnSelectProps) {
|
||||
optionSelector.values.map((column, idx) =>
|
||||
isFeatureEnabled(FeatureFlag.ENABLE_DND_WITH_CLICK_UX) ? (
|
||||
<ColumnSelectPopoverTrigger
|
||||
key={idx}
|
||||
columns={popoverOptions}
|
||||
onColumnEdit={newColumn => {
|
||||
if (isColumnMeta(newColumn)) {
|
||||
|
||||
Reference in New Issue
Block a user