Fixed build error
This commit is contained in:
@@ -156,7 +156,7 @@ export class UmbClipboardEntryPickerElement extends UmbLitElement {
|
||||
slot="actions"
|
||||
.entityType=${item.entityType}
|
||||
.unique=${item.unique}
|
||||
.label=${this.localize.string(item.name)}>
|
||||
.label=${this.localize.string(item.name ?? '')}>
|
||||
</umb-entity-actions-bundle>
|
||||
`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user