mirror of
https://github.com/apache/superset.git
synced 2026-04-26 03:24:53 +00:00
feat: Select all for synchronous select (#22084)
Co-authored-by: GITHUB_USERNAME <EMAIL>
This commit is contained in:
@@ -71,7 +71,7 @@ import {
|
||||
TOKEN_SEPARATORS,
|
||||
DEFAULT_SORT_COMPARATOR,
|
||||
} from './constants';
|
||||
import { oneLineTagRender } from './CustomTag';
|
||||
import { customTagRender } from './CustomTag';
|
||||
|
||||
const Error = ({ error }: { error: string }) => (
|
||||
<StyledError>
|
||||
@@ -517,7 +517,7 @@ const AsyncSelect = forwardRef(
|
||||
)
|
||||
}
|
||||
oneLine={oneLine}
|
||||
tagRender={oneLine ? oneLineTagRender : undefined}
|
||||
tagRender={customTagRender}
|
||||
{...props}
|
||||
ref={ref}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user