Skip to content

Commit

Permalink
Merge pull request #24567 from tienifr/fix/24232-console-error-when-p…
Browse files Browse the repository at this point in the history
…ressing-esc-key

fix: 24232 console log error when pressing ESC key
  • Loading branch information
puneetlath authored Aug 16, 2023
2 parents 7f13cdd + 96911d4 commit ff3ac8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/setup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ export default function () {
[ONYXKEYS.NETWORK]: {isOffline: false},
[ONYXKEYS.IS_SIDEBAR_LOADED]: false,
[ONYXKEYS.SHOULD_SHOW_COMPOSE_INPUT]: true,
[ONYXKEYS.MODAL]: {
isVisible: false,
willAlertModalBecomeVisible: false,
},
},
});

Expand Down

0 comments on commit ff3ac8d

Please sign in to comment.