Skip to content

Commit bff41c1

Browse files
committed
feat: enhance loading skeleton with improved styles and dynamic row count
1 parent c817411 commit bff41c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adminforth/spa/src/views/ShowView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ const groups = computed(() => {
253253
});
254254
255255
const allColumns = computed(() => {
256-
return coreStore.resource?.columns.filter(col => col.showIn?.show);
256+
return coreStore.resource?.columns?.filter(col => col.showIn?.show) ?? [];
257257
});
258258
259259
const otherColumns = computed(() => {

0 commit comments

Comments
 (0)