xrkffgg
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
components/modal/ConfirmDialog.tsx
|
|
@ -104,7 +104,7 @@ const ConfirmDialog = (props: ConfirmDialogProps) => { |
|
|
|
focusTriggerAfterClose={focusTriggerAfterClose} |
|
|
|
> |
|
|
|
<div className={`${contentPrefixCls}-body-wrapper`}> |
|
|
|
<ConfigProvider prefixCls={rootPrefixCls}> |
|
|
|
<ConfigProvider prefixCls={rootPrefixCls} direction={direction}> |
|
|
|
<div className={`${contentPrefixCls}-body`} style={bodyStyle}> |
|
|
|
{icon} |
|
|
|
{props.title === undefined ? null : ( |
|
|
|