Skip to content

Commit ecaf83f

Browse files
authored
fix: Restore extraState to lists_create_with in the sample toolbox (#2670)
1 parent 2dbc3d0 commit ecaf83f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

plugins/dev-tools/src/toolboxCategories.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,9 @@ export default {
624624
{
625625
type: 'lists_create_with',
626626
kind: 'block',
627+
extraState: {
628+
itemCount: 0,
629+
},
627630
},
628631
{
629632
type: 'lists_create_with',

0 commit comments

Comments
 (0)