Merge bug! Lesson of the day: always run npm run build && npm run test:e2e in that order!

This commit is contained in:
Ken Sternberg
2024-11-01 10:27:40 -07:00
parent 26ceb3d6c9
commit 24f52252ba

View File

@ -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;
});
}