diff --git a/src/components/delete-modal/index.tsx b/src/components/delete-modal/index.tsx index 40d5e8b0..f841f3a9 100644 --- a/src/components/delete-modal/index.tsx +++ b/src/components/delete-modal/index.tsx @@ -155,7 +155,7 @@ const DeleteModal = forwardRef((props, ref) => { ? intl.formatMessage({ id: config.cancelText }) : intl.formatMessage({ id: 'common.button.cancel' })} -