Fix link entry doesn't always show applications

This commit is contained in:
nathan 2024-07-24 09:16:14 -06:00
parent e12c055ff9
commit 37538a22cd

View File

@ -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}