Skip to content

Commit

Permalink
fix: update isLoading in floating action button
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Oct 27, 2023
1 parent eef8347 commit fde0fa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ export default compose(
key: ONYXKEYS.BETAS,
},
isLoading: {
key: ONYXKEYS.IS_LOADING_REPORT_DATA,
key: ONYXKEYS.IS_LOADING_APP,
},
demoInfo: {
key: ONYXKEYS.DEMO_INFO,
Expand Down

0 comments on commit fde0fa6

Please sign in to comment.