fixed textId #2057

This commit is contained in:
2023-02-28 10:14:29 +01:00
parent e424f3c270
commit a4f9114b7c
+1 -1
View File
@@ -136,7 +136,7 @@ const routes = [
// item.textid = 'gdpSauval1724'
// this named route does not replace the url
// next({ name: 'editiontext', params: { id: item.textid, textid: item.uuid }, replace: true })
next({ path: `/texts/${item.textid}/${item.uuid}`, replace: true })
next({ path: `/texts/${item.textId}/${item.uuid}`, replace: true })
},
component: { render: () => null }
},