fixed minor bug

This commit is contained in:
Gitea
2025-05-17 20:36:54 +05:30
parent 27a7bba3d7
commit c00cad3cf1

View File

@@ -32,7 +32,7 @@ class ResponsesRelationManager extends RelationManager
Textarea::make('response')
->required()
->rows(7)
->maxLength(255)
->maxLength(2000)
->columnSpanFull(),
]);
}