We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f23f9 commit 751f9d9Copy full SHA for 751f9d9
src/libs/actions/Travel.ts
@@ -22,7 +22,7 @@ function acceptSpotnanaTerms() {
22
23
const finallyData: OnyxUpdate[] = [
24
{
25
- onyxMethod: 'set',
+ onyxMethod: 'merge',
26
key: ONYXKEYS.NVP_TRAVEL_SETTINGS,
27
value: {
28
isLoading: false,
0 commit comments