Skip to content

Commit

Permalink
fix: typo in user filter visibility setting (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
czosel authored Apr 17, 2023
1 parent 6bc3e5c commit ef9c07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/controllers/users/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default class UsersIndexController extends PaginationController {
}

get filtersVisible() {
return this.emeisOptions.users?.filtersVisible ?? true;
return this.emeisOptions.user?.filtersVisible ?? true;
}

get filters() {
Expand Down

0 comments on commit ef9c07b

Please sign in to comment.