mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix: remove lazy load from scheduled tasks
This commit is contained in:
parent
e6e48c5812
commit
d7b45a6dd2
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@
|
|||
@endforeach
|
||||
</div>
|
||||
<div x-cloak x-show="activeTab === 'scheduled-tasks'">
|
||||
<livewire:project.shared.scheduled-task.all :resource="$service" lazy />
|
||||
<livewire:project.shared.scheduled-task.all :resource="$service" />
|
||||
</div>
|
||||
<div x-cloak x-show="activeTab === 'webhooks'">
|
||||
<livewire:project.shared.webhooks :resource="$service" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue