mirror of https://gitee.com/answerdev/answer.git
feat: delete tag navigate tp tags page
This commit is contained in:
parent
7cdc4c8c62
commit
a5263adfbb
|
@ -124,7 +124,7 @@ const TagIntroduction = () => {
|
|||
confirmBtnVariant: 'danger',
|
||||
onConfirm: () => {
|
||||
deleteTag(tagInfo.tag_id).then(() => {
|
||||
// navigate('/tags', { replace: true });
|
||||
navigate('/tags', { replace: true });
|
||||
});
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue