From 19d19cab9899e4af5c579c3cbd7841bbf2d0d457 Mon Sep 17 00:00:00 2001 From: "Pargorn.Ru" Date: Sat, 25 Jan 2025 16:33:02 +0700 Subject: [PATCH] fix ESLint issues in OneChat.vue --- src/components/notifications/OneChat.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/notifications/OneChat.vue b/src/components/notifications/OneChat.vue index 6cee9c3a8..b954d338b 100644 --- a/src/components/notifications/OneChat.vue +++ b/src/components/notifications/OneChat.vue @@ -9,6 +9,7 @@ id="onechat-access-token" v-model="$parent.notification.accessToken" :required="true" + >

{{ $t("OneChatAccessToken") }}

@@ -60,4 +61,4 @@ export default { HiddenInput, }, }; - \ No newline at end of file +