feat: delete tag navigate tp tags page

This commit is contained in:
shuai 2023-09-26 16:41:29 +08:00
parent 7cdc4c8c62
commit a5263adfbb
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ const TagIntroduction = () => {
confirmBtnVariant: 'danger',
onConfirm: () => {
deleteTag(tagInfo.tag_id).then(() => {
// navigate('/tags', { replace: true });
navigate('/tags', { replace: true });
});
},
});