Merge task attempt 52d52cac-3e0d-47be-b7fc-7d810e35d2e6 into main

This commit is contained in:
Louis Knight-Webb
2025-06-19 20:32:08 -04:00

View File

@@ -110,8 +110,9 @@ export function TaskAttemptComparePage() {
const result: ApiResponse<string> = await response.json();
if (result.success) {
setMergeSuccess(true);
// Optionally refetch the diff to show updated state
// Refetch both diff and branch status to show updated state
fetchDiff();
fetchBranchStatus();
} else {
setError("Failed to merge changes");
}