Update src/backoffice/shared/components/debug/debug.element.ts
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
This commit is contained in:
@@ -92,7 +92,7 @@ export class UmbDebug extends UmbLitElement {
|
||||
|
||||
render() {
|
||||
if (this.enabled) {
|
||||
return this.useDialog ? this._renderDialog() : this._renderPanel();
|
||||
return this.dialog ? this._renderDialog() : this._renderPanel();
|
||||
} else {
|
||||
return nothing;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user