mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
feat(explore): UX improvements for drag'n'dropping time column (#15740)
This commit is contained in:
committed by
GitHub
parent
e9383e6d00
commit
4234031cba
@@ -44,6 +44,7 @@ export default function OptionWrapper(
|
||||
clickClose,
|
||||
withCaret,
|
||||
isExtra,
|
||||
canDelete = true,
|
||||
children,
|
||||
...rest
|
||||
} = props;
|
||||
@@ -113,6 +114,7 @@ export default function OptionWrapper(
|
||||
clickClose={clickClose}
|
||||
withCaret={withCaret}
|
||||
isExtra={isExtra}
|
||||
canDelete={canDelete}
|
||||
>
|
||||
{children}
|
||||
</Option>
|
||||
|
||||
Reference in New Issue
Block a user