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