From b170e697c68006ad1bf89a871ee96e06c1977942 Mon Sep 17 00:00:00 2001
From: "tatiana.novikova" <tatiana.novikova@demlabs.net>
Date: Tue, 9 Jun 2020 21:56:07 +0300
Subject: [PATCH] [*] Update dynamic name of choosen token

---
 .../Dashboard/RightPanel/DapNewPaymentMainRightPanel.qml      | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/CellFrameDashboardGUI/screen/desktop/Dashboard/RightPanel/DapNewPaymentMainRightPanel.qml b/CellFrameDashboardGUI/screen/desktop/Dashboard/RightPanel/DapNewPaymentMainRightPanel.qml
index 42f166f..0af009d 100644
--- a/CellFrameDashboardGUI/screen/desktop/Dashboard/RightPanel/DapNewPaymentMainRightPanel.qml
+++ b/CellFrameDashboardGUI/screen/desktop/Dashboard/RightPanel/DapNewPaymentMainRightPanel.qml
@@ -26,9 +26,5 @@ DapNewPaymentMainRightPanelForm
         nextActivated("transaction created")
     }
 
-    dapCmboBoxToken.onCurrentIndexChanged:
-    {
-        dapSendedToken = dapCmboBoxToken.model.get(dapCmboBoxToken.currentIndex)["name"];
-    }
 
 }
-- 
GitLab