diff --git a/components/modal/confirm.tsx b/components/modal/confirm.tsx index 59cc87db1c..ae10011139 100644 --- a/components/modal/confirm.tsx +++ b/components/modal/confirm.tsx @@ -133,6 +133,7 @@ export function withError(props: ModalFuncProps): ModalFuncProps { export function withConfirm(props: ModalFuncProps): ModalFuncProps { return { type: 'confirm', + icon: , okCancel: true, ...props, };