diff --git a/src/pages/home/report/ReportActionCompose.js b/src/pages/home/report/ReportActionCompose.js index 3102ec9c5708..2cbeaab7867d 100644 --- a/src/pages/home/report/ReportActionCompose.js +++ b/src/pages/home/report/ReportActionCompose.js @@ -200,7 +200,7 @@ class ReportActionCompose extends React.Component { return; } - this.updateComment(''); + this.updateComment('', true); }, shortcutConfig.descriptionKey, shortcutConfig.modifiers, true); this.setMaxLines();