mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-28 23:52:47 +00:00
在“发布成功”通知中,显示关闭按钮 (#2948)
Some checks are pending
Build FastGPT images in Personal warehouse / build-fastgpt-images (push) Waiting to run
Some checks are pending
Build FastGPT images in Personal warehouse / build-fastgpt-images (push) Waiting to run
* feat: remove style tag when fetching url * 在“发布成功”通知中,显示关闭按钮 --------- Co-authored-by: zhenyiwang <zhenyiwang@intl.zju.edu.cn>
This commit is contained in:
parent
5efa70f3a1
commit
4aaf9bfeb0
|
|
@ -68,7 +68,8 @@ const SaveAndPublishModal = ({
|
|||
toast({
|
||||
status: 'success',
|
||||
title: t('app:publish_success'),
|
||||
position: 'top-right'
|
||||
position: 'top-right',
|
||||
isClosable: true
|
||||
});
|
||||
onClose();
|
||||
})}
|
||||
|
|
|
|||
Loading…
Reference in New Issue