Skip to content

Commit

Permalink
Update edit.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DAnn2012 authored Sep 2, 2024
1 parent 24098fa commit 7af6069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blocks/column/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -2561,7 +2561,7 @@ function SectionEdit(props) {
/>
{inRowBlock && (
<RangeControl
label={__('Mobile Collapse Order')}
label={__('Mobile Collapse Order', 'kadence-blocks')}
value={collapseOrder}
onChange={(value) => {
setAttributes({
Expand Down Expand Up @@ -3220,7 +3220,7 @@ function SectionEdit(props) {
context={context}
/>
<SelectControl
label={__('Blend Mode')}
label={__('Blend Mode', 'kadence-blocks')}
value={overlayBlendMode ? overlayBlendMode : 'none'}
options={BLEND_OPTIONS}
onChange={(value) =>
Expand Down

0 comments on commit 7af6069

Please sign in to comment.