correct media-type as well

This commit is contained in:
Niels Lyngsø
2024-03-18 22:30:16 +01:00
parent 1447a91249
commit 88ccf124a7

View File

@@ -121,6 +121,7 @@ export class UmbInputMediaTypeElement extends FormControlMixin(UmbLitElement) {
}
#renderAddButton() {
if (this.max === 1 && this.selection.length >= this.max) return;
return html`
<uui-button
id="add-button"