We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b453c9 + 1a81140 commit 1864546Copy full SHA for 1864546
src/Templates/Pages/.razor.txt
@@ -310,6 +310,7 @@
310
if (!state.Canceled)
311
{
312
await _table.ReloadServerData();
313
+ _selectedItems.Remove(copyitem);
314
}
315
316
private async Task OnEdit({itemname}Dto dto)
@@ -343,6 +344,7 @@
343
344
345
346
347
+ _selectedItems.Remove(dto);
348
349
350
@@ -360,6 +362,7 @@
360
362
361
363
364
365
+ _selectedItems = new();
366
367
368
0 commit comments