This commit is contained in:
Lone Iversen
2023-12-07 11:25:55 +01:00
committed by Jacob Overgaard
parent bbddb8d550
commit c83a3ce127

View File

@@ -113,7 +113,7 @@ export class UmbPropertyEditorUICollectionViewColumnConfigurationElement
render() {
return html`<div>
<uui-select .options=${this._options}></uui-select>
<uui-select .options=${this._options} label="Select"></uui-select>
<uui-button label=${this.localize.term('general_add')} look="secondary" @click=${this.#onAdd}></uui-button>
</div>
${this.#renderTable()}`;