Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +01:00
eslint
Dieser Commit ist enthalten in:
Ursprung
437709446e
Commit
051d1dbcfd
1 geänderte Dateien mit 2 neuen und 4 gelöschten Zeilen
|
@ -1,4 +1,4 @@
|
||||||
import { action, set } from "@ember/object";
|
import { action } from "@ember/object";
|
||||||
import { inject as service } from "@ember/service";
|
import { inject as service } from "@ember/service";
|
||||||
import Component from "@glimmer/component";
|
import Component from "@glimmer/component";
|
||||||
import { tracked } from "@glimmer/tracking";
|
import { tracked } from "@glimmer/tracking";
|
||||||
|
@ -6,13 +6,11 @@ import { ajax } from "discourse/lib/ajax";
|
||||||
import { popupAjaxError } from "discourse/lib/ajax-error";
|
import { popupAjaxError } from "discourse/lib/ajax-error";
|
||||||
|
|
||||||
export default class WizardSubscriptionStatus extends Component {
|
export default class WizardSubscriptionStatus extends Component {
|
||||||
basePath = "/admin/plugins/subscription-client/suppliers";
|
|
||||||
|
|
||||||
@service siteSettings;
|
@service siteSettings;
|
||||||
|
|
||||||
@tracked supplierId = null;
|
@tracked supplierId = null;
|
||||||
@tracked authorized = false;
|
@tracked authorized = false;
|
||||||
@tracked unauthorizing = false;
|
@tracked unauthorizing = false;
|
||||||
|
basePath = "/admin/plugins/subscription-client/suppliers";
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
super(...arguments);
|
super(...arguments);
|
||||||
|
|
Laden …
In neuem Issue referenzieren