improved create dashboard job

This commit is contained in:
Denis Duliçi
2020-12-25 17:00:13 +03:00
parent 5aca38b22e
commit 2e26ba9e7c
3 changed files with 66 additions and 15 deletions

View File

@ -62,7 +62,7 @@ class Dashboards extends Controller
$dashboard = $this->dispatch(new CreateDashboard([
'company_id' => session('company_id'),
'name' => trans_choice('general.dashboards', 1),
'with_widgets' => true,
'default_widgets' => true,
]));
}