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

* feat: remove style tag when fetching url

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

---------

Co-authored-by: zhenyiwang <zhenyiwang@intl.zju.edu.cn>
This commit is contained in:
Zhenyi-Wang
2024-10-17 18:12:40 +08:00
committed by shilin66
parent 112606bb38
commit 7906acd77b

View File

@@ -68,7 +68,8 @@ const SaveAndPublishModal = ({
toast({ toast({
status: 'success', status: 'success',
title: t('app:publish_success'), title: t('app:publish_success'),
position: 'top-right' position: 'top-right',
isClosable: true
}); });
onClose(); onClose();
})} })}