diff --git a/frontend/src/store/modules/setting/license.ts b/frontend/src/store/modules/setting/license.ts index 4c5758efb3..1a64ec652d 100644 --- a/frontend/src/store/modules/setting/license.ts +++ b/frontend/src/store/modules/setting/license.ts @@ -1,7 +1,7 @@ import { defineStore } from 'pinia'; import { getLicenseInfo } from '@/api/modules/setting/authorizedManagement'; -const useLicenseStore = defineStore('userGroup', { +const useLicenseStore = defineStore('license', { persist: true, state: (): { status: string | null } => ({ status: '',