Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit d8c844b

Browse files
authored
Reset user list pagination when filtering (#117)
1 parent ae41241 commit d8c844b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/users/index/controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export default Controller.extend({
146146
* @public
147147
*/
148148
applyFilters() {
149-
this.setProperties(this.get('filters'))
149+
this.setProperties({ page: 1, ...this.get('filters') })
150150
},
151151

152152
/**

0 commit comments

Comments
 (0)