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() {
|
constructor() {
|
||||||
super(...arguments);
|
super(...arguments);
|
||||||
ajax(${basePath}).then((result) => {
|
ajax(`${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