Merge pull request #7871 from ryanjbonnell/ryanjbonnell-patch-1

Add missing space in help text of Variables Editor window
This commit is contained in:
ryanjbonnell
2026-04-28 02:37:03 -07:00
committed by GitHub
parent 431ea02e16
commit 7febebace5

View File

@@ -99,7 +99,7 @@ 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 />
You can use the <span className="font-medium">var</span> variable with the{' '}
You can use the <span className="font-medium">var</span> variable with the {' '}
<span className="font-medium">{'{{var}}'}</span> syntax.<br />
</div>
</StyledWrapper>