adminforth 1.3.37 → 1.3.38

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "1.3.37",
3
+ "version": "1.3.38",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -165,9 +165,9 @@
165
165
  </div>
166
166
 
167
167
  <component
168
- v-if="coreStore.resourceOptions?.pageInjections?.edit?.customActionIcons"
169
- :is="getCustomComponent(coreStore.resourceOptions?.pageInjections?.edit?.customActionIcons)"
170
- :meta="coreStore.resourceOptions?.pageInjections?.edit?.customActionIcons.meta"
168
+ v-if="coreStore.resourceOptions?.pageInjections?.list?.customActionIcons"
169
+ :is="getCustomComponent(coreStore.resourceOptions?.pageInjections?.list?.customActionIcons)"
170
+ :meta="coreStore.resourceOptions?.pageInjections?.list?.customActionIcons.meta"
171
171
  :resource="coreStore.resource"
172
172
  :adminUser="coreStore.adminUser"
173
173
  :record="row"