diff --git a/src/libs/actions/Report/index.ts b/src/libs/actions/Report/index.ts index c6444a583a3e..8e6073418c86 100644 --- a/src/libs/actions/Report/index.ts +++ b/src/libs/actions/Report/index.ts @@ -4292,7 +4292,9 @@ function buildNewReportOptimisticData({ }); } - optimisticData.push(...updateTitleFieldToMatchPolicy(reportID, policy)); + if (!reportName) { + optimisticData.push(...updateTitleFieldToMatchPolicy(reportID, policy)); + } const currentSearchQueryJSON = getCurrentSearchQueryJSON(); if (currentSearchQueryJSON?.type === CONST.SEARCH.DATA_TYPES.EXPENSE_REPORT) {