mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-27 09:41:57 -06:00
Minor Adjustments to Assembly Editor
This commit is contained in:
@@ -888,12 +888,12 @@ export default function AssemblyEditor({
|
|||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<Box sx={{ mt: 4 }}>
|
<Box sx={{ mt: 3 }}>
|
||||||
<Typography variant="caption" sx={{ ...SECTION_TITLE_SX, mb: 1 }}>
|
<Typography variant="caption" sx={{ ...SECTION_TITLE_SX, mb: 1 }}>
|
||||||
Variables
|
Variables
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography variant="body2" sx={{ color: "#9ba3b4", mb: 2 }}>
|
<Typography variant="body2" sx={{ color: "#9ba3b4", mb: 2 }}>
|
||||||
Variables are passed into the execution environment as environment variables at runtime.
|
Variables are dynamically passed into the script as environment variables at runtime.
|
||||||
</Typography>
|
</Typography>
|
||||||
{(assembly.variables || []).length ? (
|
{(assembly.variables || []).length ? (
|
||||||
<Box sx={{ display: "flex", flexDirection: "column", gap: 2 }}>
|
<Box sx={{ display: "flex", flexDirection: "column", gap: 2 }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user