mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix copy/paste error - looks like select-access wasn't implemented in et2
This commit is contained in:
parent
e07220392d
commit
32be8200a6
@ -147,9 +147,6 @@ export class Et2SelectReadonly extends Et2Widget(LitElement) implements et2_IDet
|
||||
// @ts-ignore TypeScript is not recognizing that this widget is a LitElement
|
||||
customElements.define("et2-select_ro", Et2SelectReadonly);
|
||||
|
||||
// @ts-ignore TypeScript is not recognizing that this widget is a LitElement
|
||||
customElements.define("et2-select-access_ro", Et2SelectAccessReadonly);
|
||||
|
||||
export class Et2SelectAppReadonly extends Et2SelectReadonly
|
||||
{
|
||||
constructor()
|
||||
|
Loading…
Reference in New Issue
Block a user