fixing bugs
This commit is contained in:
@@ -108,8 +108,7 @@ public function fields(NovaRequest $request): array
|
||||
])
|
||||
->displayUsingLabels()
|
||||
->sortable()
|
||||
->filterable()
|
||||
->readonly(),
|
||||
->filterable(),
|
||||
|
||||
Number::make('Score')
|
||||
->sortable()
|
||||
@@ -125,8 +124,7 @@ public function fields(NovaRequest $request): array
|
||||
])
|
||||
->displayUsingLabels()
|
||||
->sortable()
|
||||
->filterable()
|
||||
->readonly(),
|
||||
->filterable(),
|
||||
|
||||
Textarea::make('Additional Comments')
|
||||
->rules('nullable'),
|
||||
|
||||
Reference in New Issue
Block a user