From f138b126f323e71226b2f9c400b6f079f5c76cad Mon Sep 17 00:00:00 2001 From: ganesh-bruno Date: Tue, 24 Jun 2025 19:24:15 +0530 Subject: [PATCH] removed text fron runtime var --- packages/bruno-app/src/components/VariablesEditor/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/bruno-app/src/components/VariablesEditor/index.js b/packages/bruno-app/src/components/VariablesEditor/index.js index a06b6a1ff..5d9de8b59 100644 --- a/packages/bruno-app/src/components/VariablesEditor/index.js +++ b/packages/bruno-app/src/components/VariablesEditor/index.js @@ -96,7 +96,6 @@ const VariablesEditor = ({ collection }) => {
Note: As of today, runtime variables can only be set via the API - getVar(){' '} and setVar().
- In the next release, we will add a UI to set and modify runtime variables.
);