diff --git a/web/app/components/base/confirm-ui/index.tsx b/web/app/components/base/confirm-ui/index.tsx index b1b404b5b8..7120de862b 100644 --- a/web/app/components/base/confirm-ui/index.tsx +++ b/web/app/components/base/confirm-ui/index.tsx @@ -2,6 +2,7 @@ import type { FC } from 'react' import React from 'react' import { useTranslation } from 'react-i18next' +import Button from '../button' export type IConfirmUIProps = { type: 'info' | 'warning' @@ -41,8 +42,8 @@ const ConfirmUI: FC = ({
-
{confirmText || t('common.operation.confirm')}
-
{cancelText || t('common.operation.cancel')}
+ +