mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-10 15:30:25 +01:00
Fix missing description label
This commit is contained in:
parent
228f6ceb90
commit
660ba3368d
@ -176,7 +176,7 @@ export class Et2Description extends Et2Widget(LitElement) implements et2_IDetach
|
|||||||
{
|
{
|
||||||
// Turn off IDE reformatting, or it will add an extra line break into the template
|
// Turn off IDE reformatting, or it will add an extra line break into the template
|
||||||
// @formatter:off
|
// @formatter:off
|
||||||
return html`<slot></slot>`;
|
return html`<slot part="form-control-label" name="label">${this.label}</slot><slot part="form-control-value"></slot>`;
|
||||||
// @formatter:on
|
// @formatter:on
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user