You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Wait for Onyx to load session data before calling canDeleteMoneyRequestReport,
3746
+
3747
+
constexpensseReportpolicy={
3748
+
id: '11',
3749
+
employeeList: {
3750
+
[currentUserEmail]: {
3751
+
email: currentUserEmail,
3752
+
submitsTo: currentUserEmail,
3753
+
},
3754
+
},
3755
+
};
3756
+
3757
+
awaitOnyx.merge(`${ONYXKEYS.COLLECTION.POLICY}11`,expensseReportpolicy);// Wait for Onyx to load session data before calling canDeleteMoneyRequestReport,
3744
3758
// since it relies on the session subscription for currentUserAccountID.
0 commit comments