diff options
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/List.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/List.js b/src/components/List.js index 6def347..6194122 100644 --- a/src/components/List.js +++ b/src/components/List.js @@ -85,7 +85,8 @@ class List extends React.Component { filter: { field: field, value: value - } + }, + page: 1 }, this.getData ); |