Continue to show header on data preview list
This commit is contained in:
parent
f140222dbc
commit
115c5dd71c
2 changed files with 3 additions and 3 deletions
|
|
@ -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{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue