fixing check token

This commit is contained in:
Warunee Tamkoo 2024-07-26 14:26:09 +07:00
parent 56aa900ea3
commit 1a8a380f24
7 changed files with 112 additions and 77 deletions

View file

@ -416,7 +416,7 @@ export const useCounterMixin = defineStore("mixin", () => {
component: CustomComponent,
componentProps: {
title: `พบข้อผิดพลาด`,
message: msg,
message: text,
icon: "warning",
color: "red",
onlycancel: true,