MediaTypePicker - removed unused label
The "Add" label doesn't do anything here, there are no slots in `umb-input-media-type`, and that component controls its own label.
This commit is contained in:
@@ -40,7 +40,6 @@ export class UmbPropertyEditorUIMediaTypePickerElement extends UmbLitElement imp
|
||||
.value=${this.value ?? ''}
|
||||
.min=${this._limitMin ?? 0}
|
||||
.max=${this._limitMax ?? Infinity}>
|
||||
<umb-localize key="general_add">Add</umb-localize>
|
||||
</umb-input-media-type>
|
||||
`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user