mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-07-13 15:14:49 -06:00
fix: typebot sessions
This commit is contained in:
parent
19aff45664
commit
c5c87ec2ea
@ -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" },
|
||||||
|
@ -110,5 +110,5 @@ export default {
|
|||||||
paused: "Paused",
|
paused: "Paused",
|
||||||
closed: "Closed",
|
closed: "Closed",
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user