Skip to content

Commit

Permalink
order toggles based on info heirarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Dec 2, 2024
1 parent 6a757e3 commit f8cdd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor.planx.uk/src/pages/FlowEditor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ const FlowEditor = () => {
aria-label="Toggle node attributes"
>
<ToggleImagesButton />
<ToggleDataFieldsButton />
<ToggleHelpTextButton />
<ToggleDataFieldsButton />
<ToggleTagsButton />
</EditorVisualControls>
</Box>
Expand Down

0 comments on commit f8cdd79

Please sign in to comment.