mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Fix tests
This commit is contained in:
parent
fa95868c36
commit
ee7ac5588a
2 changed files with 0 additions and 6 deletions
|
@ -2,7 +2,6 @@ import ModalBase from 'ghost-admin/components/modal-base';
|
||||||
import classic from 'ember-classic-decorator';
|
import classic from 'ember-classic-decorator';
|
||||||
import {action} from '@ember/object';
|
import {action} from '@ember/object';
|
||||||
import {inject as service} from '@ember/service';
|
import {inject as service} from '@ember/service';
|
||||||
import {tracked} from '@glimmer/tracking';
|
|
||||||
|
|
||||||
// TODO: update modals to work fully with Glimmer components
|
// TODO: update modals to work fully with Glimmer components
|
||||||
@classic
|
@classic
|
||||||
|
|
|
@ -113,11 +113,6 @@ export default class MembersAccessController extends Controller {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
openStripeSettings() {
|
|
||||||
// Open stripe settings here
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@action
|
@action
|
||||||
closeStripeConnect() {
|
closeStripeConnect() {
|
||||||
this.showStripeConnect = false;
|
this.showStripeConnect = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue