remove unused constructor

This commit is contained in:
Mads Rasmussen
2024-05-16 11:14:51 +02:00
parent f011a03544
commit bd8afe7261

View File

@@ -91,10 +91,6 @@ export class UmbInputContentElement extends UUIFormControlMixin(UmbLitElement, '
this.dispatchEvent(new UmbChangeEvent());
}
constructor() {
super();
}
render() {
switch (this._type) {
case 'content':