Merge pull request #4970 from ganesh-bruno/fix/remeove-runtime-var-note

Removed text from runtime var section
This commit is contained in:
Anoop M D
2025-06-24 22:00:18 +05:30
committed by GitHub

View File

@@ -96,7 +96,6 @@ const VariablesEditor = ({ collection }) => {
<div className="mt-8 muted text-xs">
Note: As of today, runtime variables can only be set via the API - <span className="font-medium">getVar()</span>{' '}
and <span className="font-medium">setVar()</span>. <br />
In the next release, we will add a UI to set and modify runtime variables.
</div>
</StyledWrapper>
);