Skip to content

Commit

Permalink
Merge branch 'production' of github.com:interflux-electronics/interfl…
Browse files Browse the repository at this point in the history
…ux-public-ember-frontend into feature/visits
  • Loading branch information
janwerkhoven committed Feb 9, 2024
2 parents 8f9a7bb + 2167445 commit 9584e40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/pods/contact/route.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default class ContactRoute extends BaseRoute {
countries: this.store.findAll('country'),
markets: this.store.findAll('company-market'),
companies: this.store.query('company', {
filter: { shownOnMainWebsite: 'true' },
include: ['public_members', 'public_members.person'].join(',')
}),
events: this.store.query('event', {
Expand Down

0 comments on commit 9584e40

Please sign in to comment.