Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
fix
Dieser Commit ist enthalten in:
Ursprung
4f887a858e
Commit
4f8ab0b249
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -14,7 +14,7 @@ export default class WizardSubscriptionStatus extends Component {
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
super(...arguments);
|
super(...arguments);
|
||||||
ajax(`${basePath}`).then((result) => {
|
ajax(`${this.basePath}`).then((result) => {
|
||||||
this.supplierId = result.suppliers[0].id;
|
this.supplierId = result.suppliers[0].id;
|
||||||
this.authorized = result.suppliers[0].authorized;
|
this.authorized = result.suppliers[0].authorized;
|
||||||
});
|
});
|
||||||
|
|
Laden …
In neuem Issue referenzieren