Fix feed date

Fix redirect to new item
This commit is contained in:
mcarquigny
2025-06-27 14:01:29 +02:00
parent 361bb0c1ed
commit 6459dbd68c
2 changed files with 3 additions and 6 deletions

View File

@ -224,12 +224,9 @@ export default {
ok: 'Oui, STP',
cancel: 'Osef'
})
.then(() => {
.onOk(() => {
this.$router.push(`/item/${newItem.ref}`)
})
.catch(() => {
// Picked "Cancel" or dismissed
})
}
}
}