FIX: Group assignments dropdown on mobile (#76)

This commit is contained in:
Ahmed Gagan 2020-07-14 16:25:07 +05:30 committed by GitHub
parent 027d5dd40a
commit bc26f099fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
import { inject as service } from "@ember/service";
import Controller, { inject as controller } from "@ember/controller";
export default Controller.extend({
router: service(),
application: controller(),
loading: false,