Skip to content

Commit e80c2ab

Browse files
test: fix cypress tests
1 parent e42450a commit e80c2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example-app/src/companies/company.admin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const passwordFeature = require('../features/password/password.feature')
44

55
/** @type {AdminBro.ResourceOptions} */
66
const options = {
7-
listProperties: ['companyName', 'email', 'address'],
7+
listProperties: ['companyName', 'email', 'address', 'companySize', 'isAdmin', 'isBig'],
88
properties: {
99
profilePhotoLocation: {
1010
isVisible: false,

0 commit comments

Comments
 (0)