Skip to content

Commit 11aa663

Browse files
committed
fix: random value being reverted in posts block
1 parent 094c62b commit 11aa663

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/blocks/blocks/posts/inspector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ const Inspector = ({
291291
},
292292
{
293293
label: __( 'Random', 'otter-blocks' ),
294-
value: 'rand',
294+
value: 'rand/desc',
295295
}
296296
] }
297297
onOrderChange={ value => setAttributes({ order: value }) }

0 commit comments

Comments
 (0)