From 5aa3c4f68fe2347fb94161d52b19125ae1d60a71 Mon Sep 17 00:00:00 2001 From: Santiago Cattaneo Date: Wed, 24 Aug 2022 12:12:08 -0300 Subject: [PATCH] * Display log error on between lists --- BlazorReorderExample/Pages/BetweenLists.razor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BlazorReorderExample/Pages/BetweenLists.razor b/BlazorReorderExample/Pages/BetweenLists.razor index 7501243..943895c 100644 --- a/BlazorReorderExample/Pages/BetweenLists.razor +++ b/BlazorReorderExample/Pages/BetweenLists.razor @@ -9,7 +9,7 @@
- + copy ? i with { title = i.title + " copy" } : null) OnFinish="StateHasChanged">
@context.title

@context.details Go

@@ -20,7 +20,7 @@
- +
@context.title

@context.details Go

@@ -31,7 +31,7 @@
- +
@context.title

@context.details Go