Skip to content

Commit

Permalink
fix problem with loading current response (#801)
Browse files Browse the repository at this point in the history
* fix problem with loading current response

* fix problem with loading current response
  • Loading branch information
DrumsnChocolate authored Sep 6, 2023
1 parent e253fe5 commit e29269d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/routes/activities/activity/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import { ApplicationRoute } from 'amber-ui/routes/application/application';
import FormLoadOrCreateUtil from 'amber-ui/utils/form-load-or-create';
import { hash } from 'rsvp';
import { inject as service } from '@ember/service';

export default class ActivityIndexRoute extends ApplicationRoute {
@service store;
constructor() {
super(...arguments);
this.formLoadOrCreateUtil = new FormLoadOrCreateUtil(this);
Expand Down

0 comments on commit e29269d

Please sign in to comment.