Skip to content

Commit

Permalink
Sidebar editor empty when following user guides (#1020)
Browse files Browse the repository at this point in the history
The sidebar component was blank because it was rendering the fragment provided to it, instead of the built-in functionality.
  • Loading branch information
JacobReynolds authored Dec 9, 2024
1 parent a0f2308 commit f1ccf96
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pages/docs/guides/user-defined-workflows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,7 @@ export const AutomationEditor = ({ workflow }: { workflow: Workflow }) => {
}}
>
<Editor>
<Sidebar position="right">
<></>
</Sidebar>
<Sidebar position="right"/>
</Editor>
</Provider>
);
Expand Down

0 comments on commit f1ccf96

Please sign in to comment.