Continue to show header on data preview list

This commit is contained in:
Eli Ribble 2026-02-24 17:10:54 +00:00
parent f140222dbc
commit 115c5dd71c
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -69,7 +69,7 @@ func getUploadByID(ctx context.Context, r *http.Request, org *models.Organizatio
Organization: org,
Upload: detail,
}
return newResponse("sync/pool-by-id.html", data), nil
return newResponse("sync/upload-by-id.html", data), nil
}
type FormUploadPool struct{}