From c9f75b576ec8dc44b1f5b0abaa85e4a205939b45 Mon Sep 17 00:00:00 2001 From: Loretta Date: Wed, 26 Jun 2024 18:19:56 +0200 Subject: [PATCH] merge fix --- .../TransferDestinationGridComponent.razor | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/TIAMSharedUI/Pages/User/SysAdmins/TransferDestinationGridComponent.razor b/TIAMSharedUI/Pages/User/SysAdmins/TransferDestinationGridComponent.razor index 3080877f..23d33e45 100644 --- a/TIAMSharedUI/Pages/User/SysAdmins/TransferDestinationGridComponent.razor +++ b/TIAMSharedUI/Pages/User/SysAdmins/TransferDestinationGridComponent.razor @@ -54,38 +54,38 @@ - + - + @{ - var transfer = (TransferDestination)EditFormContext.EditModel; + var transfer = (TransferDestination)editFormContext.EditModel; } - @EditFormContext.GetEditor("Name") + @editFormContext.GetEditor("Name") - @EditFormContext.GetEditor("Description") + @editFormContext.GetEditor("Description") - @EditFormContext.GetEditor("AddressString") + @editFormContext.GetEditor("AddressString") - @EditFormContext.GetEditor("Price") + @editFormContext.GetEditor("Price") - @EditFormContext.GetEditor("Price2") + @editFormContext.GetEditor("Price2") - @EditFormContext.GetEditor("Price3") + @editFormContext.GetEditor("Price3") - @EditFormContext.GetEditor("ProductCommis") + @editFormContext.GetEditor("ProductCommis") - @EditFormContext.GetEditor("ExtraPrice") + @editFormContext.GetEditor("ExtraPrice")