Skip to content

Commit

Permalink
Replace position value to placement
Browse files Browse the repository at this point in the history
  • Loading branch information
dantovbein committed Aug 23, 2023
1 parent 8835620 commit 8b11ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/src/blocks/CarouselHeader/EditableBackground.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const EditableBackground = ({
}
</div>
<Dropdown
position="bottom left"
placement="bottom left"
className="carousel-header-editor-controls"
renderToggle={({onToggle}) => (
<Button
Expand Down

0 comments on commit 8b11ffe

Please sign in to comment.