Skip to content

Commit

Permalink
fixup! Feat(web-react): Introduce Drawer component #DS-1580
Browse files Browse the repository at this point in the history
  • Loading branch information
curdaj committed Jan 9, 2025
1 parent 88a8f53 commit 02a7056
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const DrawerDefault = () => {

return (
<>
<form className="mb-600">
<Box elementType="form" marginBottom="space-600">
<Box elementType="fieldset" borderWidth="0">
<legend>Drawer alignment:</legend>
<Radio
Expand Down Expand Up @@ -72,7 +72,7 @@ const DrawerDefault = () => {
/>
</Stack>
</Box>
</form>
</Box>
<Button onClick={handleOpenDrawer} data-test-id="drawer-open-button">
Open Drawer
</Button>
Expand Down

0 comments on commit 02a7056

Please sign in to comment.