adminforth 2.4.0-next.260 → 2.4.0-next.262

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.
@@ -100,7 +100,7 @@
100
100
  </button>
101
101
 
102
102
  <ThreeDotsMenu
103
- v-if="!coreStore.isResourceFetching && !initInProcess"
103
+ v-if="!coreStore.isResourceFetching"
104
104
  :threeDotsDropdownItems="(coreStore.resourceOptions?.pageInjections?.list?.threeDotsDropdownItems as [])"
105
105
  :bulkActions="coreStore.resource?.options?.bulkActions"
106
106
  :checkboxes="checkboxes"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.4.0-next.260",
3
+ "version": "2.4.0-next.262",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",