Et2Template: Fix missing template caused the whole template to stall until timeout

Fixes calendar takes too long
This commit is contained in:
nathan 2025-01-30 11:55:29 -07:00
parent 5f6dc978da
commit 9d7fe14387

View File

@ -308,6 +308,7 @@ export class Et2Template extends Et2Widget(LitElement)
if(!(this.template || this.id))
{
console.debug("No template name, aborting load", this);
resolve();
return;
}