fixed minor bug
This commit is contained in:
@@ -32,7 +32,7 @@ class ResponsesRelationManager extends RelationManager
|
||||
Textarea::make('response')
|
||||
->required()
|
||||
->rows(7)
|
||||
->maxLength(255)
|
||||
->maxLength(2000)
|
||||
->columnSpanFull(),
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user