Skip to content

Commit 9d09c04

Browse files
Update 'Uraian' field in DigitalPayment resource to be sortable and exclude from forms
1 parent 2d35707 commit 9d09c04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/Nova/DigitalPayment.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ public function fields(NovaRequest $request)
7474
->sortable()
7575
->onlyOnDetail(),
7676
Text::make('Uraian', 'kerangkaAcuan.rincian')
77-
->sortable(),
77+
->sortable()
78+
->exceptOnForms(),
7879
Select::make('Jenis', 'jenis')
7980
->options(Helper::JENIS_DIGITAL_PAYMENT)
8081
->displayUsingLabels()

0 commit comments

Comments
 (0)