fix: typebot sessions

This commit is contained in:
Gabriel Pastori 2023-12-14 15:58:40 -03:00
parent 19aff45664
commit c5c87ec2ea
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ export default {
value: "createdAt", value: "createdAt",
}, },
{ {
title: this.$t("typebot.session.headers.updateAt"), title: this.$t("typebot.session.headers.updatedAt"),
value: "updateAt", value: "updateAt",
}, },
{ title: "", value: "actions" }, { title: "", value: "actions" },

View File

@ -110,5 +110,5 @@ export default {
paused: "Paused", paused: "Paused",
closed: "Closed", closed: "Closed",
} }
} },
} }