From 711eb24c01d46033c76ffe184f2bb903284f094c Mon Sep 17 00:00:00 2001 From: ramki-bruno Date: Wed, 12 Feb 2025 20:41:56 +0530 Subject: [PATCH] Refactoring InfoTip to support just text and children instead of HTML --- .../CollectionSettings/ProxySettings/index.js | 13 +++++-------- .../CollectionSettings/Vars/VarsTable/index.js | 2 +- .../FolderSettings/Vars/VarsTable/index.js | 2 +- packages/bruno-app/src/components/InfoTip/index.js | 4 ++-- .../src/components/RequestPane/QueryParams/index.js | 7 ++----- .../components/RequestPane/Vars/VarsTable/index.js | 2 +- .../Collections/Collection/CloneCollection/index.js | 2 +- .../components/Sidebar/CreateCollection/index.js | 2 +- 8 files changed, 14 insertions(+), 20 deletions(-) diff --git a/packages/bruno-app/src/components/CollectionSettings/ProxySettings/index.js b/packages/bruno-app/src/components/CollectionSettings/ProxySettings/index.js index 105a92642..bb48cbdc0 100644 --- a/packages/bruno-app/src/components/CollectionSettings/ProxySettings/index.js +++ b/packages/bruno-app/src/components/CollectionSettings/ProxySettings/index.js @@ -104,18 +104,15 @@ const ProxySettings = ({ proxyConfig, onUpdate }) => {