Skip to content

Commit 1a39b51

Browse files
kbondnorkunas
andauthored
Update src/LiveComponent/src/Resources/doc/index.rst
Co-authored-by: Tomas Norkūnas <norkunas.tom@gmail.com>
1 parent ddd1f0f commit 1a39b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/src/Resources/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A real-time product search component might look like this::
2323
{
2424
use DefaultActionTrait;
2525

26-
#[LiveProp(true)]
26+
#[LiveProp(writable: true)]
2727
public string $query = '';
2828

2929
private ProductRepository $productRepository;

0 commit comments

Comments
 (0)