diff --git a/src/pages/home/report/ContextMenu/PopoverReportActionContextMenu.js b/src/pages/home/report/ContextMenu/PopoverReportActionContextMenu.js index 4f09df7330ff..7328f02adc5f 100644 --- a/src/pages/home/report/ContextMenu/PopoverReportActionContextMenu.js +++ b/src/pages/home/report/ContextMenu/PopoverReportActionContextMenu.js @@ -321,8 +321,6 @@ function PopoverReportActionContextMenu(_props, ref) { onConfirm={confirmDeleteAndHideModal} onCancel={hideDeleteModal} onModalHide={() => { - reportIDRef.current = '0'; - reportActionRef.current = {}; callbackWhenDeleteModalHide.current(); }} prompt={translate('reportActionContextMenu.deleteConfirmation', {action: reportAction})}