Skip to content

Commit

Permalink
Merge pull request #29831 from Expensify/francois-fix-29807
Browse files Browse the repository at this point in the history
(cherry picked from commit f1b40dd)
  • Loading branch information
francoisl authored and OSBotify committed Oct 17, 2023
1 parent 0beb8ad commit 9b8ba78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/DemoActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function runDemoByURL(url = '') {
});
} else {
// No demo is being run, so clear out demo info
Onyx.set(ONYXKEYS.DEMO_INFO, null);
Onyx.set(ONYXKEYS.DEMO_INFO, {});
}
}

Expand Down

0 comments on commit 9b8ba78

Please sign in to comment.