adminforth 2.0.7-next.2 → 2.0.7-next.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -429,6 +429,12 @@ function closeCTA() {
429
429
  }
430
430
  const hash = ctaBadge.value.hash;
431
431
  window.localStorage.setItem(`ctaBadge-${hash}`, '1');
432
+ nextTick( async() => {
433
+ loadMenu();
434
+ await coreStore.fetchMenuBadges();
435
+ adminforth.menu.refreshMenuBadges();
436
+ })
437
+
432
438
  }
433
439
 
434
440
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.0.7-next.2",
3
+ "version": "2.0.7-next.3",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",