Skip to content

Commit cb2835e

Browse files
Add missing end delimiter
1 parent 14d222a commit cb2835e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,7 @@ You can also pass arguments to your action by adding each as a
11731173
{# or #}
11741174

11751175
<form>
1176-
<button {{ live_action('addItem', {'id': item.id, 'itemName': 'CustomItem' })>Add Item</button>
1176+
<button {{ live_action('addItem', {'id': item.id, 'itemName': 'CustomItem' }) }}>Add Item</button>
11771177
</form>
11781178

11791179
In your component, to allow each argument to be passed, add

0 commit comments

Comments
 (0)