Skip to content

Commit

Permalink
Fix first scroll page on association field
Browse files Browse the repository at this point in the history
  • Loading branch information
jorostoyanov committed Mar 29, 2019
1 parent 7366768 commit c1d3a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/fields/association/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class AssociationField extends Component {
type: 'append',
options: options,
queryTerm,
page: page
page: page + 1
} );
}
}
Expand Down

0 comments on commit c1d3a46

Please sign in to comment.