Skip to content

Commit b806015

Browse files
committed
remove apt image from list
1 parent fa98f19 commit b806015

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

live-demo/app/resources/apartments.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,12 @@ export default {
8888
},
8989
{
9090
name: 'apartment_image',
91-
showIn: {list: true, show: true, edit: true, create: true}, // You can set to ['list', 'show'] if you wish to show path column in list and show views
91+
showIn: {
92+
list: false,
93+
show: true,
94+
edit: true,
95+
create: true
96+
}, // You can set to ['list', 'show'] if you wish to show path column in list and show views
9297
},
9398
{
9499
name: 'created_at',

0 commit comments

Comments
 (0)