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 May 8, 2023
1 parent ba0eea5 commit 6b94c8b
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 6b94c8b

Please sign in to comment.