Console reports wrong branch deployment time
Environment information
In the amplify console
Describe the bug
Hello Team,
I noticed a behavior in the 'Overview' page regarding the branches' 'Last Deployment' section. The time displayed appears to be from the branch update rather than the actual deployment change.
Upon further investigation, I found that the last deployment time matches the 'updateTime' from the UpdateBranch API response.
Could you please clarify whether the Last Deployment section should reflect changes in the branch updates, or if this is a UI issue? Your assistance would be greatly appreciated.
I'm attaching an image for reference.
Reproduction steps
N/A
Hi @vishsake 👋 , thanks for raising this issue! Marking it as a bug. The Last deployment timestamp is retrieved from the branch's updateTime. Instead, it should retrieve the deployment time of the latest job for the branch.