fix comment box

This commit is contained in:
HolgerHatGarKeineNode
2023-02-27 15:48:44 +01:00
parent 09d2fdeb18
commit 0f62546dd0
9 changed files with 67 additions and 101 deletions

View File

@@ -72,6 +72,7 @@ class LibraryItemForm extends Component
$this->libraryItem = new LibraryItem([
'approved' => true,
'read_time' => 1,
'value' => '',
]);
if ($this->lecturer) {
$this->library = Library::query()