mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Refetch module settings on manual license activation (#16943)
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user