Skip to content

Commit

Permalink
Merge pull request #37868 from gijoe0295/gijoe/37647
Browse files Browse the repository at this point in the history
Scroll to bottom of report after create task
  • Loading branch information
Hayata Suenaga authored Mar 11, 2024
2 parents 9447937 + abc8fae commit 7787106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/actions/Task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ function createTaskAndNavigate(
API.write(WRITE_COMMANDS.CREATE_TASK, parameters, {optimisticData, successData, failureData});

Navigation.dismissModal(parentReportID);
Report.notifyNewAction(parentReportID, currentUserAccountID);
}

/**
Expand Down

0 comments on commit 7787106

Please sign in to comment.