Skip to content

Commit

Permalink
fix: resolved error on removing individual task history
Browse files Browse the repository at this point in the history
  • Loading branch information
lewislarsen committed Jun 14, 2024
1 parent 8eed3cf commit 457881b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</div>
</x-table.body-item>
</div>
@include('livewire.backup-tasks.delete-backup-task-log-button', ['backupTaskLog' => $backupTaskLog])
@livewire('backup-tasks.delete-backup-task-log-button', ['backupTaskLog' => $backupTaskLog])
<x-modal name="backup-task-historic-log-{{ $backupTaskLog->id }}">
<div class="p-6 text-center">
<h2 class="text-lg font-medium text-gray-900 dark:text-gray-100">
Expand Down

0 comments on commit 457881b

Please sign in to comment.