align label with other create options (#19210)
This commit is contained in:
@@ -72,8 +72,8 @@ export class UmbEntityActionDefaultElement<
|
||||
|
||||
return html`
|
||||
<uui-menu-item
|
||||
label=${ifDefined(this.manifest.meta.additionalOptions ? label + '…' : label)}
|
||||
data-mark=${'entity-action:' + this.manifest.alias}
|
||||
data-mark=${'entity-action:' + this.manifest?.alias}
|
||||
label=${ifDefined(this.manifest?.meta.additionalOptions ? label + '…' : label)}
|
||||
href=${ifDefined(this._href)}
|
||||
@click-label=${this.#onClickLabel}
|
||||
@click=${this.#onClick}>
|
||||
|
||||
@@ -11,7 +11,7 @@ export const manifests: Array<UmbExtensionManifest> = [
|
||||
forEntityTypes: [UMB_DOCUMENT_BLUEPRINT_ROOT_ENTITY_TYPE, UMB_DOCUMENT_BLUEPRINT_FOLDER_ENTITY_TYPE],
|
||||
meta: {
|
||||
icon: 'icon-add',
|
||||
label: '#actions_createblueprint',
|
||||
label: '#actions_create',
|
||||
additionalOptions: true,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user