chore(analysis): remove prop data
This commit is contained in:
parent
18896c7ae1
commit
49b3d60c53
@ -39,12 +39,6 @@ class Analysis extends Component
|
|||||||
|
|
||||||
public array $topBottles = [];
|
public array $topBottles = [];
|
||||||
|
|
||||||
public array $data = [
|
|
||||||
['date' => '2025-11-11', 'visitors' => 267],
|
|
||||||
['date' => '2025-11-10', 'visitors' => 259],
|
|
||||||
['date' => '2025-11-09', 'visitors' => 269],
|
|
||||||
];
|
|
||||||
|
|
||||||
public function mount()
|
public function mount()
|
||||||
{
|
{
|
||||||
$this->outlets = auth()->user()->outlets()->get()->pluck('name', 'id')->toArray();
|
$this->outlets = auth()->user()->outlets()->get()->pluck('name', 'id')->toArray();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user