From 518dd485b9f6842ff6e2a234f78360b75d4b344e Mon Sep 17 00:00:00 2001 From: waruneeta Date: Mon, 22 Jan 2024 17:47:41 +0700 Subject: [PATCH] =?UTF-8?q?fix=20bug=20message=20=E0=B8=9F=E0=B8=AD?= =?UTF-8?q?=E0=B8=A3=E0=B9=8C=E0=B8=A1=E0=B8=A5=E0=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/mixin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/mixin.ts b/src/stores/mixin.ts index 6c8c9b3..6d2ba7c 100644 --- a/src/stores/mixin.ts +++ b/src/stores/mixin.ts @@ -411,7 +411,7 @@ export const useCounterMixin = defineStore("mixin", () => { component: CustomComponent, componentProps: { title: `ข้อความแจ้งเตือน`, - message: `ไม่สามารถขอลาในช่วงเวลาเดียวกันได้ เนื่องจากมีการขอลาในช่วงเวลาดังกล่าวแล้ว`, + message: `ไม่สามารถลาได้ เนื่องจากจำนวนวันลาเกินที่กำหนด`, icon: "warning", color: "red", onlycancel: true,