Skip to content

Commit

Permalink
test: fix cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek-krysiak committed Aug 7, 2020
1 parent e42450a commit e80c2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-app/src/companies/company.admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const passwordFeature = require('../features/password/password.feature')

/** @type {AdminBro.ResourceOptions} */
const options = {
listProperties: ['companyName', 'email', 'address'],
listProperties: ['companyName', 'email', 'address', 'companySize', 'isAdmin', 'isBig'],
properties: {
profilePhotoLocation: {
isVisible: false,
Expand Down

0 comments on commit e80c2ab

Please sign in to comment.