From 3ae847a09d07272b97021dfead1d2fd6a0c9f39d Mon Sep 17 00:00:00 2001 From: navaneeth Date: Mon, 17 May 2021 14:49:26 +0530 Subject: [PATCH] Minor UI bug fixes --- frontend/src/Editor/ConfigHandle.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/Editor/ConfigHandle.jsx b/frontend/src/Editor/ConfigHandle.jsx index 0a80a827f1..ad89125724 100644 --- a/frontend/src/Editor/ConfigHandle.jsx +++ b/frontend/src/Editor/ConfigHandle.jsx @@ -7,9 +7,9 @@ export const ConfigHandle = function ConfigHandle({ dragRef }) { - return
- { e.preventDefault(); configHandleClicked(id, component) }} className="badge badge bg-azure-lt" role="button"> - +return
+ { e.preventDefault(); configHandleClicked(id, component) }} className="badge badge bg-azure-lt" role="button"> + {component.name}