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

Loading…
Cancel
Save