Skip to content

Commit

Permalink
fix: remove module from event edit route (#4634)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 authored Jul 25, 2020
1 parent 1dee070 commit ef273f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/routes/events/view/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ export default class EditRoute extends Route.extend(AuthenticatedRouteMixin, Eve
types : await this.store.query('event-type', {
sort: 'name'
}),
module : await this.store.queryRecord('module', {}),
topics : await this.store.query('event-topic', {
topics: await this.store.query('event-topic', {
sort : 'name',
include : 'event-sub-topics'
})
Expand Down

1 comment on commit ef273f1

@vercel
Copy link

@vercel vercel bot commented on ef273f1 Jul 25, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.