We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d35707 commit 9d09c04Copy full SHA for 9d09c04
app/Nova/DigitalPayment.php
@@ -74,7 +74,8 @@ public function fields(NovaRequest $request)
74
->sortable()
75
->onlyOnDetail(),
76
Text::make('Uraian', 'kerangkaAcuan.rincian')
77
- ->sortable(),
+ ->sortable()
78
+ ->exceptOnForms(),
79
Select::make('Jenis', 'jenis')
80
->options(Helper::JENIS_DIGITAL_PAYMENT)
81
->displayUsingLabels()
0 commit comments