From 7e717768d21ae2fc19233f3ffbffd692ec293357 Mon Sep 17 00:00:00 2001 From: Chirag Chandrashekhar Date: Mon, 16 Mar 2026 16:59:06 +0530 Subject: [PATCH] fix(RequestTabPanel): update loading message for better user feedback (#7492) Co-authored-by: Chirag Chandrashekhar --- packages/bruno-app/src/components/RequestTabPanel/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bruno-app/src/components/RequestTabPanel/index.js b/packages/bruno-app/src/components/RequestTabPanel/index.js index 4c54f7a97..c7752937a 100644 --- a/packages/bruno-app/src/components/RequestTabPanel/index.js +++ b/packages/bruno-app/src/components/RequestTabPanel/index.js @@ -177,7 +177,7 @@ const RequestTabPanel = () => { } if (!activeTabUid || !focusedTab) { - return
An error occurred!
; + return
Loading...
; } if (focusedTab.type === 'global-environment-settings') {