Skip to content

Commit 53627f0

Browse files
authored
[Bug] Dixed missing server host reference (alexjustesen#1231)
1 parent 747776f commit 53627f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/Filament/Resources/ResultResource.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ public static function form(Form $form): Form
9191
->label('Server ID')
9292
->content(fn (Result $result): ?string => $result->server_id),
9393
Forms\Components\Placeholder::make('server_host')
94-
->label('Server ID')
95-
->content(fn (Result $result): ?string => $result->server_id),
94+
->content(fn (Result $result): ?string => $result->server_host),
9695
Forms\Components\Checkbox::make('scheduled'),
9796
])
9897
->columns(1)

0 commit comments

Comments
 (0)