Skip to content

Commit

Permalink
feature-9082: Enhance language dropdown button
Browse files Browse the repository at this point in the history
  • Loading branch information
lthanhhieu committed Aug 18, 2023
1 parent 502414c commit a6053d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/routes/public/cfs/edit-speaker.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default class EditSpeakerRoute extends Route {

async model(params) {
const eventDetails = this.modelFor('public');
const speaker = await this.store.findRecord('speaker', params.speaker_id, { include: 'sessions' })
const speaker = await this.store.findRecord('speaker', params.speaker_id, { include: 'sessions' });
return {
event : eventDetails,
forms : await eventDetails.query('customForms', {
Expand All @@ -24,4 +24,4 @@ export default class EditSpeakerRoute extends Route {
speaker
};
}
}
}

0 comments on commit a6053d9

Please sign in to comment.