Skip to content

Commit 4d1db53

Browse files
committed
fix: preserve search pagination for optimistic expense snapshot
1 parent 95cf2fe commit 4d1db53

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/libs/actions/IOU/SearchUpdate.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,6 @@ function getSearchOnyxUpdate({
192192
search: {
193193
type: currentSearchQueryJSON.type,
194194
status: currentSearchQueryJSON.status,
195-
offset: 0,
196-
hasMoreResults: false,
197195
hasResults: true,
198196
isLoading: false,
199197
},

0 commit comments

Comments
 (0)