Skip to content

Commit b5418ff

Browse files
fix: typo in twig
1 parent 77eec23 commit b5418ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/bolt-list/src/list.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{% set display = display in display_options ? display : schema.properties.display.default %}
2424
{% set spacing = spacing in spacing_options ? spacing : schema.properties.spacing.default %}
2525
{% set separator = separator in separator_options ? separator : schema.properties.separator.default %}
26-
{% set inset = inset in spacing_options ? inset : schema.properties.inset.default %}
26+
{% set inset = inset in inset_options ? inset : schema.properties.inset.default %}
2727
{% set align = align in align_options ? align : schema.properties.align.default %}
2828
{% set valign = valign in valign_options ? valign : schema.properties.valign.default %}
2929

0 commit comments

Comments
 (0)