Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jessarcher committed Sep 1, 2023
1 parent 023ebc6 commit bd43b42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Livewire/Servers.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ class Servers extends Component
*/
public function render(callable $query): Renderable
{
// TODO: Chart doesn't update immediately when changing the period.

return View::make('pulse::livewire.servers', [
'servers' => $this->servers ??= $query($this->periodAsInterval()),
]);
Expand Down

0 comments on commit bd43b42

Please sign in to comment.