Transformations: Move transformation help to drawer component (#79247)

* Move help to drawer component

* Update component name

* Flip hierarchy of transformation name and help description
This commit is contained in:
Kyle Cunningham
2024-01-19 04:47:05 -06:00
committed by GitHub
parent 03ebf0aa4c
commit 4d6069583e
5 changed files with 29 additions and 28 deletions

View File

@@ -137,6 +137,7 @@ export const Components = {
contract: 'Drawer contract',
close: 'data-testid Drawer close',
rcContentWrapper: () => '.rc-drawer-content-wrapper',
subtitle: 'data-testid drawer subtitle',
},
},
PanelEditor: {