Skip to content

Commit

Permalink
fix: Show filter drawer on the left
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Nov 9, 2022
1 parent 8b60116 commit 906ea19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/configurator/components/filters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ const MultiFilterContent = ({
</Box>
);
})}
<ConfiguratorDrawer anchor="right" open={!!anchorEl} hideBackdrop>
<ConfiguratorDrawer open={!!anchorEl} hideBackdrop>
<ClickAwayListener onClickAway={handleCloseAutocomplete}>
<DrawerContent
pendingValuesRef={pendingValuesRef}
Expand Down

0 comments on commit 906ea19

Please sign in to comment.