mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Fix link entry doesn't always show applications
This commit is contained in:
parent
111bb27f34
commit
e311d4fb28
@ -374,7 +374,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