Skip to content

Commit

Permalink
refactor(DatabaseSelector): Changes the imported types from antd-4 to…
Browse files Browse the repository at this point in the history
… antd-5 (apache#32314)
  • Loading branch information
EnxDev authored Feb 23, 2025
1 parent 4c4b5e8 commit ace8a3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {
useCallback,
} from 'react';
import { styled, SupersetClient, SupersetError, t } from '@superset-ui/core';
import type { LabeledValue as AntdLabeledValue } from 'antd/lib/select';
import type { LabeledValue as AntdLabeledValue } from 'antd-v5/lib/select';
import rison from 'rison';
import { AsyncSelect, Select } from 'src/components';
import ErrorMessageWithStackTrace from 'src/components/ErrorMessage/ErrorMessageWithStackTrace';
Expand Down

0 comments on commit ace8a3a

Please sign in to comment.