fix potention

This commit is contained in:
arifal hidayat
2025-08-15 03:26:10 +07:00
parent ec047821a1
commit 7936eb1dbf
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@
'document_id' => 'chart-total-potensi',
'visible_small_circle' => true,
'style' => 'left:400px;top:150px;',
'document_url' => route('pbg-task.index', ['menu_id' => $menus->where('url','pbg-task.index')->first()->id, 'filter' => 'all'])
'document_url' => route('pbg-task.index', ['menu_id' => $menus->where('url','pbg-task.index')->first()->id, 'filter' => 'potention'])
])
@endcomponent