adminforth 2.56.0-next.6 → 2.56.0-next.7

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.
@@ -308,6 +308,9 @@ onMounted(() => {
308
308
  if (column.type === 'json' && currentValues.value) {
309
309
  if (column.isArray?.enabled) {
310
310
  // if value is null or undefined, we should set it to empty array
311
+ if (column.showIn?.create === false) {
312
+ return;
313
+ }
311
314
  if (!currentValues.value[column.name]) {
312
315
  currentValues.value[column.name] = [];
313
316
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.56.0-next.6",
3
+ "version": "2.56.0-next.7",
4
4
  "description": "OpenSource Agent-Native forth-generation admin panel",
5
5
  "keywords": [
6
6
  "adminforth",