This commit is contained in:
Andras Bacsai
2023-08-11 10:42:57 +02:00
parent c26407fa7e
commit 662b191dfd
7 changed files with 11 additions and 11 deletions

View File

@@ -12,6 +12,6 @@ class BackupExecutions extends Component
public function refreshBackupExecutions(): void
{
$this->executions = collect($this->backup->executions)->sortByDesc('created_at');
$this->executions = $this->backup->executions;
}
}