mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 12:33:06 +00:00
refactor
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user