fix(front): put correct value for CONVERSATION_LIST enum value

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2023-12-06 11:51:45 +01:00
parent dc6647f5dc
commit 94bf2e53bf
No known key found for this signature in database
GPG key ID: A061B9DDE0CA0773

View file

@ -4,7 +4,7 @@ import { i18n } from "@/utils/i18n";
const t = i18n.global.t;
export enum ConversationRouteName {
CONVERSATION_LIST = "DISCUSSION_LIST",
CONVERSATION_LIST = "CONVERSATION_LIST",
CONVERSATION = "CONVERSATION",
}