fix: sort backup executions
This commit is contained in:
parent
899d506faa
commit
f71a8e9fef
@ -50,7 +50,7 @@ public function download_file($exeuctionId)
|
||||
public function refreshBackupExecutions(): void
|
||||
{
|
||||
if ($this->backup) {
|
||||
$this->executions = $this->backup->executions()->get();
|
||||
$this->executions = $this->backup->executions()->get()->sortBy('created_at');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user