bug fix in history nav

This commit is contained in:
2020-07-21 17:46:55 +02:00
parent f0b6a79bc7
commit 52a9c4a3e5
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -43,8 +43,8 @@ export default {
router.push({
name: `editiontext`,
params: {
id: item.textId,
textid: item.uuid
id: item.id,
textid: item.textid
}
})
}