mirror of https://github.com/fantasticit/think.git
fix: fix text style
This commit is contained in:
parent
75a7c6952d
commit
eb49ffa20b
|
@ -22,7 +22,7 @@ export const DocumentDeletor: React.FC<IProps> = ({
|
|||
const deleteAction = useCallback(() => {
|
||||
Modal.error({
|
||||
title: "确定删除吗?",
|
||||
content: "文档删除后不可恢复!",
|
||||
content: <Text>文档删除后不可恢复!</Text>,
|
||||
onOk: () => {
|
||||
api().then(() => {
|
||||
onDelete
|
||||
|
|
Loading…
Reference in New Issue