Skip to content

Commit

Permalink
Adding back the curly bracket for Global Parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-lastmile authored Jan 19, 2024
1 parent cb51634 commit a6f4fa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default memo(function GlobalParametersContainer({
>
<Accordion.Item value="parameters">
<Accordion.Control>
<Text color="blue">Global Parameters</Text>
<Text color="blue">Global Parameters {}</Text>
</Accordion.Control>
<Accordion.Panel>
{isParametersDrawerOpen && (
Expand Down

0 comments on commit a6f4fa8

Please sign in to comment.