diff --git a/TIAMSharedUI/Pages/User/SysAdmins/TransferToDriverGridComponent.razor b/TIAMSharedUI/Pages/User/SysAdmins/TransferToDriverGridComponent.razor
index 83d87ade..6e9869ea 100644
--- a/TIAMSharedUI/Pages/User/SysAdmins/TransferToDriverGridComponent.razor
+++ b/TIAMSharedUI/Pages/User/SysAdmins/TransferToDriverGridComponent.razor
@@ -34,6 +34,7 @@
+
diff --git a/TIAMSharedUI/Shared/Components/Grids/CompanyByIdDetailGrid.cs b/TIAMSharedUI/Shared/Components/Grids/CompanyByIdDetailGrid.cs
index 12ecf1f0..a39af889 100644
--- a/TIAMSharedUI/Shared/Components/Grids/CompanyByIdDetailGrid.cs
+++ b/TIAMSharedUI/Shared/Components/Grids/CompanyByIdDetailGrid.cs
@@ -7,7 +7,7 @@ public class CompanyByIdDetailGrid : CompanyGrid
{
public CompanyByIdDetailGrid() : base()
{
- GetAllMessageTag = SignalRTags.GetCompany;
+ GetAllMessageTag = SignalRTags.GetCompaniesById;
AddMessageTag = SignalRTags.AddCompany;
UpdateMessageTag = SignalRTags.UpdateCompany;
RemoveMessageTag = SignalRTags.RemoveCompany;