Add intentions actions mixin

This commit is contained in:
John Cowen 2018-05-23 11:34:02 +01:00 committed by Jack Pearkes
parent 9d6b9b7717
commit 8023bb9b03
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@ import { inject as service } from '@ember/service';
import { hash } from 'rsvp';
import { get } from '@ember/object';
export default Route.extend({
import WithIntentionActions from 'consul-ui/mixins/intention/with-actions';
export default Route.extend(WithIntentionActions, {
repo: service('intentions'),
queryParams: {
s: {