fix(front): put correct value for CONVERSATION_LIST enum value
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
dc6647f5dc
commit
94bf2e53bf
@ -4,7 +4,7 @@ import { i18n } from "@/utils/i18n";
|
|||||||
const t = i18n.global.t;
|
const t = i18n.global.t;
|
||||||
|
|
||||||
export enum ConversationRouteName {
|
export enum ConversationRouteName {
|
||||||
CONVERSATION_LIST = "DISCUSSION_LIST",
|
CONVERSATION_LIST = "CONVERSATION_LIST",
|
||||||
CONVERSATION = "CONVERSATION",
|
CONVERSATION = "CONVERSATION",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user