Browse Source

Refactor comments, bugfix

imwald
Nuša Pukšič 3 months ago
parent
commit
d69ee2738a
  1. 2
      src/Twig/Components/Organisms/Comments.php

2
src/Twig/Components/Organisms/Comments.php

@ -20,7 +20,7 @@ final class Comments
// Writable prop the browser can set // Writable prop the browser can set
#[LiveProp(writable: true)] #[LiveProp(writable: true)]
public string $payloadJson ; // { comments, profiles, ... } public string $payloadJson = ' '; // { comments, profiles, ... }
// Live input // Live input
#[LiveProp(writable: false)] #[LiveProp(writable: false)]

Loading…
Cancel
Save