improvements, fixes...
This commit is contained in:
parent
57425f91c0
commit
72e4506ea4
|
|
@ -139,7 +139,9 @@ namespace AyCode.Blazor.Components.Services
|
|||
return Task.CompletedTask;
|
||||
}
|
||||
|
||||
intoList.Clear();
|
||||
intoList.AddRange(response.ResponseData);
|
||||
|
||||
return Task.CompletedTask;
|
||||
}, contextParams);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue