We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6832ae4 commit 6da8353Copy full SHA for 6da8353
1 file changed
src/libs/actions/IOU/index.ts
@@ -1010,6 +1010,14 @@ function getSearchOnyxUpdate({
1010
onyxMethod: Onyx.METHOD.MERGE,
1011
key: `${ONYXKEYS.COLLECTION.SNAPSHOT}${currentSearchQueryJSON.hash}` as const,
1012
value: {
1013
+ search: {
1014
+ type: currentSearchQueryJSON.type,
1015
+ status: currentSearchQueryJSON.status,
1016
+ offset: 0,
1017
+ hasMoreResults: false,
1018
+ hasResults: true,
1019
+ isLoading: false,
1020
+ },
1021
data: optimisticSnapshotData,
1022
},
1023
0 commit comments