fix: prevent scheduled task input fields from losing focus

This commit is contained in:
deepshekhardas 2026-03-11 06:26:10 +05:30
parent d2de0307bd
commit a6cefd6781

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 {