Skip to content

Commit

Permalink
在“发布成功”通知中,显示关闭按钮
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenyiwang-intl-zju committed Oct 17, 2024
1 parent 54f6869 commit 01120df
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ const SaveAndPublishModal = ({
toast({
status: 'success',
title: t('app:publish_success'),
position: 'top-right'
position: 'top-right',
isClosable: true
});
onClose();
})}
Expand Down

0 comments on commit 01120df

Please sign in to comment.