fix potention
This commit is contained in:
@@ -16,7 +16,7 @@ enum PbgTaskFilterData : string
|
|||||||
|
|
||||||
public static function getAllOptions() : array {
|
public static function getAllOptions() : array {
|
||||||
return [
|
return [
|
||||||
self::all->value => 'Potensi Berkas',
|
self::all->value => 'Semua Berkas',
|
||||||
self::business->value => 'Usaha',
|
self::business->value => 'Usaha',
|
||||||
self::non_business->value => 'Bukan Usaha',
|
self::non_business->value => 'Bukan Usaha',
|
||||||
self::verified->value => 'Terverifikasi',
|
self::verified->value => 'Terverifikasi',
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
'document_id' => 'chart-total-potensi',
|
'document_id' => 'chart-total-potensi',
|
||||||
'visible_small_circle' => true,
|
'visible_small_circle' => true,
|
||||||
'style' => 'left:400px;top:150px;',
|
'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
|
@endcomponent
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user