This commit is contained in:
Niels Lyngsø
2023-04-20 13:28:53 +02:00
parent e61763524f
commit ece6e59a70

View File

@@ -102,7 +102,6 @@ export class UmbInputLanguagePickerElement extends FormControlMixin(UmbLitElemen
private _openPicker() {
this.#pickerContext.openPicker({
filter: this.filter,
hello: 'world',
});
}