heatmap added

This commit is contained in:
HolgerHatGarKeineNode
2023-02-08 01:00:29 +01:00
parent 6e8c722a0f
commit bef0e6bc25
2 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ class Heatmap extends Component
]);
return view('livewire.book-case.heatmap', [
'heatmap_data' => $data,
'heatmap_data' => $data->toArray(),
]);
}
}