removed text fron runtime var

This commit is contained in:
ganesh-bruno
2025-06-24 19:24:15 +05:30
parent afaebf6b3d
commit f138b126f3

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>
);