Skip to content

Commit

Permalink
scroll to bottom after create task
Browse files Browse the repository at this point in the history
  • Loading branch information
gijoe0295 committed Mar 7, 2024
1 parent ffa731a commit abc8fae
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 abc8fae

Please sign in to comment.