mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix(theming): Merge ci issues and new antd4 component to antd5 (#33429)
This commit is contained in:
committed by
GitHub
parent
14645a2dfa
commit
7258dc9ea0
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
/* eslint-disable import/no-extraneous-dependencies */
|
||||
import { styled } from '@superset-ui/core';
|
||||
import { Select } from 'antd';
|
||||
import { Select } from 'antd-v5';
|
||||
import { SearchOption } from '../../types';
|
||||
|
||||
const StyledSelect = styled(Select)`
|
||||
|
||||
@@ -189,7 +189,7 @@ function SearchInput({
|
||||
inputRef,
|
||||
}: SearchInputProps) {
|
||||
return (
|
||||
<Space direction="horizontal" size={4}>
|
||||
<Space direction="horizontal" size={4} className="dt-global-filter">
|
||||
{t('Search')}
|
||||
<Input
|
||||
size="small"
|
||||
|
||||
Reference in New Issue
Block a user