remove the check for element names
This commit is contained in:
@@ -67,7 +67,7 @@ export class UmbPackagesInstalledItem extends UmbContextConsumerMixin(LitElement
|
||||
}
|
||||
|
||||
private async _onConfigure() {
|
||||
if (!this._packageView?.elementName) {
|
||||
if (!this._packageView) {
|
||||
console.warn('Tried to configure package without view');
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user