diff --git a/app/qml/editor/inputvaluerelationcombobox.qml b/app/qml/editor/inputvaluerelationcombobox.qml index 982934dc2..b56902b16 100644 --- a/app/qml/editor/inputvaluerelationcombobox.qml +++ b/app/qml/editor/inputvaluerelationcombobox.qml @@ -70,7 +70,7 @@ AbstractEditor { root.editorValueChanged( "", true ) } - onFetchingResultsChanged: { + onFetchingResultsChanged: function(isFetching) { if ( !isFetching ) { // we need to re-set the current index every time the model is done re-populating