bug fix in history nav
This commit is contained in:
@@ -43,8 +43,8 @@ export default {
|
||||
router.push({
|
||||
name: `editiontext`,
|
||||
params: {
|
||||
id: item.textId,
|
||||
textid: item.uuid
|
||||
id: item.id,
|
||||
textid: item.textid
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user