1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/app/components/gh-members-filter.js
Kevin Ansfield c5d718dee9 Renamed <GhMembersContentFilter> to <GhMembersFilter>
no issue

- "Content" referred to content as in posts/pages so the naming didn't make sense in the members filter component
2020-06-09 22:54:07 +01:00

7 lines
184 B
JavaScript

import Component from '@glimmer/component';
import {inject as service} from '@ember/service';
export default class GhMembersFilterComponent extends Component {
@service session
}