Commit 4aaf9bfe by Zhenyi-Wang Committed by GitHub

在“发布成功”通知中,显示关闭按钮 (#2948)

* feat: remove style tag when fetching url

* 在“发布成功”通知中,显示关闭按钮

---------

Co-authored-by: zhenyiwang <zhenyiwang@intl.zju.edu.cn>
parent 5efa70f3
......@@ -68,7 +68,8 @@ const SaveAndPublishModal = ({
toast({
status: 'success',
title: t('app:publish_success'),
position: 'top-right'
position: 'top-right',
isClosable: true
});
onClose();
})}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment