This commit is contained in:
Mads Rasmussen
2023-03-08 11:15:52 +01:00
parent b42dc72925
commit 81d7d6bc4e

View File

@@ -14,6 +14,7 @@ export interface UmbModalIconPickerData {
}
// TODO: Make use of UmbPickerLayoutBase
// TODO: to prevent element extension we need to move the Picker logic into a separate class we can reuse across all pickers
@customElement('umb-modal-layout-icon-picker')
export class UmbModalLayoutIconPickerElement extends UmbModalLayoutElement<UmbModalIconPickerData> {
static styles = [