Skip to content

Commit

Permalink
fix(cascader): makes cascader use the aquarium configprovider and theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeAstra committed Apr 18, 2024
1 parent 8f0b7bd commit 21800e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/data-entry/Cascader/Cascader.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Cascader as AntCascader } from 'antd'
import { type CascaderProps as AntCascaderProps } from 'antd'
import { type BaseOptionType } from 'antd/es/select'
import { ConfigProvider } from 'antd'
import { ConfigProvider } from 'src/components'

export type ICascaderProps<DataNodeType extends BaseOptionType = any> = AntCascaderProps<DataNodeType>

Expand Down

0 comments on commit 21800e2

Please sign in to comment.