Skip to content

Commit b7004b9

Browse files
authored
Merge pull request #22009 from bernhardoj/fix/19996
Close the report screen when deleted before going to Concierge chat
2 parents 2ed613d + d933747 commit b7004b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libs/actions/Report.js

+2
Original file line numberDiff line numberDiff line change
@@ -1316,6 +1316,8 @@ function deleteReport(reportID) {
13161316
* @param {String} reportID The reportID of the policy report (workspace room)
13171317
*/
13181318
function navigateToConciergeChatAndDeleteReport(reportID) {
1319+
// Dismiss the current report screen and replace it with Concierge Chat
1320+
Navigation.goBack();
13191321
navigateToConciergeChat();
13201322
deleteReport(reportID);
13211323
}

0 commit comments

Comments
 (0)