Skip to content
Snippets Groups Projects
Verified Commit 1d8fa0b6 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix(form): check instance type

parent b13f262e
No related branches found
No related tags found
No related merge requests found
...@@ -305,7 +305,7 @@ function initEventHandler() { ...@@ -305,7 +305,7 @@ function initEventHandler() {
} }
}; };
if (this[datasourceLinkedElementSymbol]) { if (this[datasourceLinkedElementSymbol] instanceof Datasource) {
this[datasourceLinkedElementSymbol]?.datasource?.attachObserver( this[datasourceLinkedElementSymbol]?.datasource?.attachObserver(
new Observer(() => { new Observer(() => {
let index = 0; let index = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment