fix: prevent scheduled task input fields from losing focus (#8654)

This commit is contained in:
Andras Bacsai 2026-03-11 10:13:59 +01:00 committed by GitHub
commit d2a86cbf4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,15 +52,6 @@ class Show extends Component
#[Locked]
public string $task_uuid;
public function getListeners()
{
$teamId = auth()->user()->currentTeam()->id;
return [
"echo-private:team.{$teamId},ServiceChecked" => '$refresh',
];
}
public function mount(string $task_uuid, string $project_uuid, string $environment_uuid, ?string $application_uuid = null, ?string $service_uuid = null)
{
try {