Skip to content

Commit

Permalink
Fix signin in via Abracadabra tab
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisl committed Oct 17, 2023
1 parent 6b09574 commit c056d2d
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 c056d2d

Please sign in to comment.