fix(editor): Refetch module settings on manual license activation (#16943)

This commit is contained in:
Iván Ovejero
2025-07-03 11:06:10 +02:00
committed by GitHub
parent 14dd09cf3d
commit 5b9897c3a2

View File

@@ -83,6 +83,7 @@ export const useUsageStore = defineStore('usage', () => {
const data = await usageApi.activateLicenseKey(rootStore.restApiContext, { activationKey });
setData(data);
await settingsStore.getSettings();
await settingsStore.getModuleSettings();
};
const refreshLicenseManagementToken = async () => {