From 0e4f1103d4028cd99e7dafd71e237645ef276ddb Mon Sep 17 00:00:00 2001 From: Sirttas Date: Thu, 16 May 2024 08:54:42 +0200 Subject: [PATCH] fix forgotten file --- src/pages/market/TypeInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/market/TypeInfo.vue b/src/pages/market/TypeInfo.vue index 7bef16b..abc2afb 100644 --- a/src/pages/market/TypeInfo.vue +++ b/src/pages/market/TypeInfo.vue @@ -39,7 +39,7 @@ const view = () => { } router.push({ - name: 'market-type', + name: 'market-types', params: { type: inputItem.value.id }