Skip to content

Commit f06b608

Browse files
committed
Remove searchable option from Mata Anggaran field in Perjalanan Dinas and Pulsa Kegiatan resources
1 parent 6177b57 commit f06b608

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/Nova/PerjalananDinas.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ public function fields(NovaRequest $request)
176176
->hideFromIndex()
177177
->rules('required'),
178178
BelongsTo::make('Mata Anggaran', 'mataAnggaran', MataAnggaran::class)
179-
->searchable()
180179
->withSubtitles()
181180
->hideFromIndex()
182181
->rules('required')

app/Nova/PulsaKegiatan.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ public function fields(NovaRequest $request)
124124
]),
125125
Panel::make('Anggaran', [
126126
BelongsTo::make('Mata Anggaran', 'mataAnggaran', MataAnggaran::class)
127-
->searchable()
128127
->withSubtitles()
129128
->hideFromIndex()
130129
->rules('required')

0 commit comments

Comments
 (0)