mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-16 03:27:01 +02:00
13 lines
194 B
JavaScript
13 lines
194 B
JavaScript
import Mixin from '@ember/object/mixin';
|
|
|
|
export default Mixin.create({
|
|
queryParams: {
|
|
page: {
|
|
refreshModel: true,
|
|
},
|
|
pageFilter: {
|
|
refreshModel: true,
|
|
},
|
|
},
|
|
});
|