fix(theming): Merge ci issues and new antd4 component to antd5 (#33429)

This commit is contained in:
Mehmet Salih Yavuz
2025-05-14 14:30:44 +03:00
committed by GitHub
parent 14645a2dfa
commit 7258dc9ea0
4 changed files with 27 additions and 21 deletions

View File

@@ -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)`

View File

@@ -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"