mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-22 21:30:54 +01:00
Fix link entry doesn't always show applications
This commit is contained in:
parent
e12c055ff9
commit
37538a22cd
@ -387,7 +387,7 @@ export class Et2LinkEntry extends Et2InputWidget(LitElement)
|
||||
<et2-link-apps
|
||||
onlyApp=${this.onlyApp ? this.onlyApp : nothing}
|
||||
?appIcons=${this.appIcons}
|
||||
?applicationList=${this.applicationList}
|
||||
applicationList=${this.applicationList ? this.applicationList : nothing}
|
||||
?disabled=${this.disabled}
|
||||
?readonly=${this.disabled}
|
||||
.value=${this.__value?.app ? this.__value.app : nothing}
|
||||
|
Loading…
Reference in New Issue
Block a user