mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
removing getContainer fixed (#19233)
This commit is contained in:
parent
a35b6241eb
commit
be0fd703f7
@ -148,7 +148,7 @@ export default function confirm(config: ModalFuncProps) {
|
||||
}
|
||||
|
||||
function render(props: any) {
|
||||
ReactDOM.render(<ConfirmDialog getContainer={false} {...props} />, div);
|
||||
ReactDOM.render(<ConfirmDialog {...props} />, div);
|
||||
}
|
||||
|
||||
function close(...args: any[]) {
|
||||
|
Loading…
Reference in New Issue
Block a user