diff --git a/app/Filament/Resources/EggResource/Pages/CreateEgg.php b/app/Filament/Resources/EggResource/Pages/CreateEgg.php index 4d44d5617..830d619c4 100644 --- a/app/Filament/Resources/EggResource/Pages/CreateEgg.php +++ b/app/Filament/Resources/EggResource/Pages/CreateEgg.php @@ -61,7 +61,7 @@ class CreateEgg extends CreateRecord Forms\Components\Hidden::make('script_is_privileged') ->default(true) ->helperText('The docker images available to servers using this egg.'), - Forms\Components\TextInput::make('update_url') + Forms\Components\Hidden::make('update_url') ->disabled() ->helperText('Not implemented.') ->columnSpan(['default' => 1, 'sm' => 1, 'md' => 2, 'lg' => 2]),