Skip to content

Commit

Permalink
Fix deprecated parameter injection
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasMizera committed Oct 2, 2023
1 parent 6ba180f commit 08750a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/qml/editor/inputvaluerelationcombobox.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 08750a3

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 23.10.461311 just submitted!

Please sign in to comment.