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