Merge bug! Lesson of the day: always run npm run build && npm run test:e2e
in that order!
This commit is contained in:
@ -46,7 +46,6 @@ export class ProviderWizard extends AKElement {
|
||||
connectedCallback() {
|
||||
super.connectedCallback();
|
||||
new ProvidersApi(DEFAULT_CONFIG).providersAllTypesList().then((providerTypes) => {
|
||||
console.log(providerTypes);
|
||||
this.providerTypes = providerTypes;
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user