FIX: Group assignments dropdown on mobile (#76)
This commit is contained in:
parent
027d5dd40a
commit
bc26f099fa
|
@ -1,6 +1,8 @@
|
||||||
|
import { inject as service } from "@ember/service";
|
||||||
import Controller, { inject as controller } from "@ember/controller";
|
import Controller, { inject as controller } from "@ember/controller";
|
||||||
|
|
||||||
export default Controller.extend({
|
export default Controller.extend({
|
||||||
|
router: service(),
|
||||||
application: controller(),
|
application: controller(),
|
||||||
loading: false,
|
loading: false,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue