remove maxLength from variable_value input

This commit is contained in:
Boy132 2024-06-04 11:20:40 +02:00 committed by GitHub
parent 33f10cbcb9
commit 201563a13b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -532,7 +532,6 @@ class EditServer extends EditRecord
$text = Forms\Components\TextInput::make('variable_value')
->hidden($this->shouldHideComponent(...))
->maxLength(191)
->rules([
fn (ServerVariable $serverVariable): Closure => function (string $attribute, $value, Closure $fail) use ($serverVariable) {
$validator = Validator::make(['validatorkey' => $value], [