mirror of
https://github.com/stashapp/stash.git
synced 2025-12-11 04:43:03 -06:00
Replace history when merging tag (#5712)
This commit is contained in:
parent
c2bc31387c
commit
a621514c71
@ -55,7 +55,7 @@ export const TagMergeModal: React.FC<ITagMergeModalProps> = ({
|
||||
if (result.data?.tagsMerge) {
|
||||
Toast.success(intl.formatMessage({ id: "toast.merged_tags" }));
|
||||
onClose();
|
||||
history.push(`/tags/${destination}`);
|
||||
history.replace(`/tags/${destination}`);
|
||||
}
|
||||
} catch (e) {
|
||||
Toast.error(e);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user