scope dashboard to mydailychanges

This commit is contained in:
hackerESQ
2024-09-25 19:41:48 -05:00
parent 90dafccec6
commit 32fed82772
@@ -33,7 +33,7 @@ new class extends Component {
{
$filterMethod = collect($this->scopeOptions)->where('id', $this->scope)->first();
$dailyChangeQuery = DailyChange::query();
$dailyChangeQuery = DailyChange::myDailyChanges();
if (isset($this->portfolio)) {