mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
Add intentions actions mixin
This commit is contained in:
parent
9d6b9b7717
commit
8023bb9b03
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user