Skip to content

Commit c9d99ea

Browse files
committed
2 parents 73ea52b + 30584c1 commit c9d99ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Server.UI/Pages/Contacts/Contacts.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
await result.MatchAsync<byte[]>(
308308
async data =>
309309
{
310-
var downloadresult = await BlazorDownloadFileService.DownloadFile($"{L["Contacts"]}.xlsx", result.Data, contentType: "application/octet-stream");
310+
await BlazorDownloadFileService.DownloadFile($"{L["Contacts"]}.xlsx", result.Data, contentType: "application/octet-stream");
311311
Snackbar.Add($"{ConstantString.ExportSuccess}", MudBlazor.Severity.Info);
312312
return data;
313313
},

0 commit comments

Comments
 (0)