Merge pull request #558 from answerdev/feat/1.2.0/ui

feat: delete tag navigate tp tags page
This commit is contained in:
dashuai 2023-09-26 16:41:56 +08:00 committed by GitHub
commit 9017ad5c18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 });
});
},
});