scope dashboard to mydailychanges
This commit is contained in:
@@ -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)) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user