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