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() {
|
||||
super(...arguments);
|
||||
ajax(`${basePath}`).then((result) => {
|
||||
ajax(`${this.basePath}`).then((result) => {
|
||||
this.supplierId = result.suppliers[0].id;
|
||||
this.authorized = result.suppliers[0].authorized;
|
||||
});
|
||||
|
|
Laden …
In neuem Issue referenzieren