2
0
mirror of https://github.com/status-im/consul.git synced 2025-02-17 08:07:35 +00:00
2020-07-09 10:08:47 +01:00

13 lines
210 B
JavaScript

import Controller from '@ember/controller';
export default Controller.extend({
queryParams: {
filterBy: {
as: 'action',
},
search: {
as: 'filter',
replace: true,
},
},
});