diff --git a/src/stores/line-alarms.ts b/src/stores/line-alarms.ts index f06d5f4..34ac585 100644 --- a/src/stores/line-alarms.ts +++ b/src/stores/line-alarms.ts @@ -2,7 +2,7 @@ import type { LineAlarms } from '@/composables/query'; import { defineStore } from 'pinia'; import { ref } from 'vue'; -export const useLineAlarmsStore = defineStore('line-alarms', () => { +export const useLineAlarmsStore = defineStore('ndm-line-alarms-store', () => { const lineAlarms = ref({}); return {