Merge pull request #324 from Boy132/patch-1

Remove maxLength from `variable_value` input
This commit is contained in:
Lance Pioch 2024-06-04 17:30:16 -04:00 committed by GitHub
commit 4bd1070025
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], [