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:
leekelleher
2024-04-15 19:21:53 +01:00
parent 9deb2cb903
commit 04f60efb1f

View File

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