From 18b4c85857cb88368bee3a9ed2dea8e33dc14c39 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 24 Aug 2023 17:11:43 +0700 Subject: [PATCH] no message --- src/modules/07_insignia/storeResult.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/07_insignia/storeResult.ts b/src/modules/07_insignia/storeResult.ts index 7f2025481..d02a4c94a 100644 --- a/src/modules/07_insignia/storeResult.ts +++ b/src/modules/07_insignia/storeResult.ts @@ -3,7 +3,7 @@ import { ref, } from "vue"; -export const useResultDataStore = defineStore("insignia", () => { +export const useResultDataStore = defineStore("insigniaResult", () => { const insignia = ref('') const insigniaOp = ref([{ name: "ทั้งหมด", id: "" }]) const insigniaOp2 = ref([])