We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2eaede + 5a082f8 commit 9cc8974Copy full SHA for 9cc8974
DigitalLearningSolutions.Web/Controllers/TrackingSystem/Delegates/BulkUploadController.cs
@@ -80,6 +80,7 @@ public IActionResult StartUpload()
80
public IActionResult StartUpload(UploadDelegatesViewModel model)
81
{
82
int MaxBulkUploadRows = GetMaxBulkUploadRowsLimit();
83
+ model.MaxBulkUploadRows = MaxBulkUploadRows;
84
if (model.DelegatesFile != null)
85
86
var workbook = new XLWorkbook(model.DelegatesFile.OpenReadStream());
0 commit comments