From 203289fd38f82c31d72dbddc19c8002ea4531a17 Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Thu, 11 Apr 2024 11:31:25 -0400 Subject: [PATCH] =?UTF-8?q?This=20isn=E2=80=99t=20required?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Filament/Resources/ServerResource.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Filament/Resources/ServerResource.php b/app/Filament/Resources/ServerResource.php index cecc729bc..3e972e2ad 100644 --- a/app/Filament/Resources/ServerResource.php +++ b/app/Filament/Resources/ServerResource.php @@ -137,8 +137,7 @@ class ServerResource extends Resource Forms\Components\TextInput::make('image') ->label('Docker Image') ->placeholder('Or enter a custom Image...') - ->columnSpan(2) - ->required(), + ->columnSpan(2), Forms\Components\Fieldset::make('Application Feature Limits') ->inlineLabel()